@charset "UTF-8";
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Spectral:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto; /* 1 */
  -moz-appearance: auto;
       appearance: auto;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*レスポンシブブレイクポイント*/
body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "BIZ UDゴシック", sans-serif, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: #f3f3f3;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
body p + p {
  margin-top: 1em;
}

/*ハンバーガーメニュー*/
.hamburger-toggle {
  display: none;
}

.hamburger-box {
  display: none;
}
@media (max-width: 821px) {
  .hamburger-box {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    background: #0d67b3;
  }
  .hamburger-box .hamburger-menu {
    position: absolute;
    width: calc(100% - 7px);
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: 0.2s;
  }
  .hamburger-box .hamburger-menu:nth-of-type(1) {
    top: 8px;
    transition-duration: 0.1s;
  }
  .hamburger-box .hamburger-menu:nth-of-type(2) {
    transition-duration: 0.1s;
  }
  .hamburger-box .hamburger-menu:nth-of-type(3) {
    bottom: 8px;
    transition-duration: 0.1s;
  }
}

#hamburger-toggle:checked ~ div .t-header_main_wrap .hamburger-menu:nth-of-type(1) {
  transform: rotate(45deg) translateY(8px) translateX(7.5px);
  transition-duration: 0.1s;
}
#hamburger-toggle:checked ~ div .t-header_main_wrap .hamburger-menu:nth-of-type(2) {
  display: none;
  transition-duration: 0;
}
#hamburger-toggle:checked ~ div .t-header_main_wrap .hamburger-menu:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-8px) translateX(7.5px);
  transition-duration: 0.1s;
}

#hamburger-toggle:checked ~ div .t-navigation_header_module {
  transform: translateX(100vw);
  transition: all 0.5s;
}

.f-main {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
@media (max-width: 821px) {
  .f-main {
    max-width: 100%;
    min-width: 100%;
  }
}

.f-main_content {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
}
@media (max-width: 821px) {
  .f-main_content {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.news-iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

/*共通*/
.layout-column02_right, .layout-column02_left, .layout-column01 .t-column_aside {
  position: relative;
}
.layout-column02_right .aside-management-banner:before, .layout-column02_left .aside-management-banner:before, .layout-column01 .t-column_aside .aside-management-banner:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: calc(50% - 17px);
  left: 10px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #666;
}
.layout-column02_right .aside-management-banner:nth-child(1):before, .layout-column02_left .aside-management-banner:nth-child(1):before, .layout-column01 .t-column_aside .aside-management-banner:nth-child(1):before {
  -webkit-mask-image: url(../img/common/aside_icon01.svg);
          mask-image: url(../img/common/aside_icon01.svg);
}
.layout-column02_right .aside-management-banner:nth-child(2):before, .layout-column02_left .aside-management-banner:nth-child(2):before, .layout-column01 .t-column_aside .aside-management-banner:nth-child(2):before {
  -webkit-mask-image: url(../img/common/aside_icon02.svg);
          mask-image: url(../img/common/aside_icon02.svg);
}
.layout-column02_right .aside-management-banner:nth-child(3):before, .layout-column02_left .aside-management-banner:nth-child(3):before, .layout-column01 .t-column_aside .aside-management-banner:nth-child(3):before {
  -webkit-mask-image: url(../img/common/aside_icon03.svg);
          mask-image: url(../img/common/aside_icon03.svg);
}
.layout-column02_right .aside-management-banner:nth-child(4):before, .layout-column02_left .aside-management-banner:nth-child(4):before, .layout-column01 .t-column_aside .aside-management-banner:nth-child(4):before {
  -webkit-mask-image: url(../img/common/aside_icon04.svg);
          mask-image: url(../img/common/aside_icon04.svg);
}
.layout-column02_right .aside-management-banner:nth-child(5):before, .layout-column02_left .aside-management-banner:nth-child(5):before, .layout-column01 .t-column_aside .aside-management-banner:nth-child(5):before {
  -webkit-mask-image: url(../img/common/aside_icon05.svg);
          mask-image: url(../img/common/aside_icon05.svg);
}

/*layout-column01*/
.layout-column01 {
  position: relative;
  display: block;
  padding: 0 0 20px 0;
}
.layout-column01 .t-column_body {
  width: 100%;
}
.layout-column01 .t-column_aside {
  margin-top: 20px;
}
@media (max-width: 821px) {
  .layout-column01 .t-column_aside {
    margin-top: 0;
  }
}
.layout-column01 .t-column_aside .aside-outside-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #ddd;
  color: #fff;
}
.layout-column01 .t-column_aside .aside-outside-banner:nth-child(n+2) {
  margin-top: 1px;
}
.layout-column01 .t-column_aside .aside-management-bannergroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.layout-column01 .t-column_aside .aside-management-bannergroup .banner-title {
  margin-bottom: 10px;
}
.layout-column01 .t-column_aside .aside-management-bannergroup .banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.layout-column01 .t-column_aside .t-aside_outside_bannergroup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .layout-column01 .t-column_aside .t-aside_outside_bannergroup {
    display: block;
  }
}
.layout-column01 .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 13px;
  color: #444;
}
@media (max-width: 431px) {
  .layout-column01 .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner {
    width: 100%;
  }
}
.layout-column01 .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner:nth-child(n+2) {
  margin-left: 4px;
}
@media (max-width: 431px) {
  .layout-column01 .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
}

/*ayout-column02_left*/
.layout-column02_left {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 821px) {
  .layout-column02_left {
    display: block;
  }
}
.layout-column02_left .t-column_body {
  position: relative;
  width: 780px;
}
@media (max-width: 821px) {
  .layout-column02_left .t-column_body {
    width: 100%;
  }
}
.layout-column02_left .t-column_aside {
  width: 250px;
  margin-right: 14px;
  text-align: center;
}
@media (max-width: 821px) {
  .layout-column02_left .t-column_aside {
    width: 100%;
    margin-right: 0;
  }
}
.layout-column02_left .t-column_aside .aside-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: #0d67b3;
  border-radius: 3px 3px 0 0;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px 8px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 3px;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .banner-title {
  margin-bottom: 10px;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  padding: 0 0 0 54px;
  font-size: 15px;
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.075);
  transition: 0.2s ease-in-out;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-banner:hover {
  color: #888;
  background: #fafafa;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.2s ease-in-out;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-banner:hover:before {
  background-color: #999;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-banner:nth-child(n+2) {
  margin-top: 4px;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  background-image: linear-gradient(to bottom, #fa9600 50%, #e68a00 50%);
  transition: 0.2s ease-in-out;
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-contact:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(50%, -50%) rotate(45deg);
}
.layout-column02_left .t-column_aside .aside-management-bannergroup .aside-management-contact:hover {
  background-image: linear-gradient(to bottom, #ff9f10 50%, #fa9600 50%);
  transition: 0.2s ease-in-out;
}
.layout-column02_left .t-column_aside .t-aside_outside_bannergroup {
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.layout-column02_left .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 13px;
  color: #444;
}
.layout-column02_left .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner:nth-child(n+2) {
  margin-top: 4px;
}

.layout-column02_right {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.layout-column02_right .t-column_body {
  position: relative;
  width: 780px;
}
@media (max-width: 821px) {
  .layout-column02_right .t-column_body {
    width: 100%;
  }
}
.layout-column02_right .t-column_aside {
  width: 250px;
  margin-left: 14px;
  text-align: center;
}
@media (max-width: 821px) {
  .layout-column02_right .t-column_aside {
    width: 100%;
    margin-left: 0;
  }
}
.layout-column02_right .t-column_aside .aside-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: #0d67b3;
  border-radius: 3px 3px 0 0;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px 8px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 0 0 3px 3px;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .banner-title {
  margin-bottom: 10px;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  padding: 0 0 0 54px;
  font-size: 15px;
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.075);
  transition: 0.2s ease-in-out;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-banner:hover {
  color: #888;
  background: #fafafa;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.2s ease-in-out;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-banner:hover:before {
  background-color: #999;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-banner:nth-child(n+2) {
  margin-top: 4px;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  background-image: linear-gradient(to bottom, #fa9600 50%, #e68a00 50%);
  transition: 0.2s ease-in-out;
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-contact:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(50%, -50%) rotate(45deg);
}
.layout-column02_right .t-column_aside .aside-management-bannergroup .aside-management-contact:hover {
  background-image: linear-gradient(to bottom, #ff9f10 50%, #fa9600 50%);
  transition: 0.2s ease-in-out;
}
.layout-column02_right .t-column_aside .t-aside_outside_bannergroup {
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.layout-column02_right .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 13px;
  color: #444;
}
.layout-column02_right .t-column_aside .t-aside_outside_bannergroup .t-aside_outside_banner:nth-child(n+2) {
  margin-top: 4px;
}

/*--------------------- 基本設定 ---------------------*/
/*--------------------- ヘッダーの並び順 ---------------------*/
.header-order01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.header-order01 .t-header_module {
  order: 1;
}
.header-order01 .t-navigation_header_module {
  order: 2;
}
.header-order01 .t-heroimage_module {
  order: 3;
}

.header-order02 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.header-order02 .t-header_module {
  order: 1;
}
.header-order02 .t-navigation_header_module {
  order: 3;
}
.header-order02 .t-heroimage_module {
  order: 2;
}

.header-order03 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.header-order03 .t-header_module {
  order: 2;
}
.header-order03 .t-navigation_header_module {
  order: 3;
}
.header-order03 .t-heroimage_module {
  order: 1;
}

.header-order04 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.header-order04 .t-header_module {
  order: 1;
  height: 110px;
  position: absolute;
}
.header-order04 .t-navigation_header_module {
  order: 2;
  position: absolute;
  top: 110px;
}
.header-order04 .heroimage-module {
  order: 3;
}

/*ヘッダー共通*/
.t-header {
  position: relative;
  z-index: 1;
}

/*pt01共通*/
.header-base02_pt01 .t-header_module, .header-base01_pt01 .t-header_module {
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module, .header-base01_pt01 .t-header_module {
    height: 90px;
  }
}
.header-base02_pt01 .t-header_module .t-header_title_wrap, .header-base01_pt01 .t-header_module .t-header_title_wrap {
  width: 100%;
  height: 22px;
  background-image: linear-gradient(to bottom, #107dd9, #0d67b3);
}
.header-base02_pt01 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt01 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-base02_pt01 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt01 .t-header_module .t-header_title_wrap .t-header_title {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt01 .t-header_module .t-header_title_wrap .t-header_title {
    font-size: 10px;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap, .header-base01_pt01 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 48px 0 8px;
  }
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main {
    padding: 0 8px;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin: 0 10px 0 0;
  height: 100%;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin: 0 6px 0 0;
}
@media (max-width: 821px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 auto;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  margin: 0 10px 0 0;
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 12px;
  color: #fff;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 168px;
  line-height: 48px;
  font-weight: 500;
  background-image: linear-gradient(to bottom, #ffa31a 50%, #e68a00 50%);
  color: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #bbb;
}
@media (max-width: 431px) {
  .header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:before, .header-base01_pt01 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(calc(-50% - 1px));
}

.header-base01_pt01 .t-header_module {
  position: relative;
  background: #fff;
}
.header-base01_pt01 .t-header_module .t-header_main_wrap {
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}

.header-base02_pt01 .t-header_module {
  position: absolute;
  background: transparent;
}
.header-base02_pt01 .t-header_module .t-header_main_wrap {
  background: transparent;
}

/*pt02共通*/
.header-base02_pt02 .t-header_module, .header-base01_pt02 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module, .header-base01_pt02 .t-header_module {
    height: 90px;
  }
}
.header-base02_pt02 .t-header_module:before, .header-base01_pt02 .t-header_module:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #0d67b3;
}
.header-base02_pt02 .t-header_module .t-header_title_wrap, .header-base01_pt02 .t-header_module .t-header_title_wrap {
  width: 100%;
  height: 22px;
  padding-top: 4px;
  box-sizing: border-box;
}
.header-base02_pt02 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt02 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 821px) {
  .header-base02_pt02 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt02 .t-header_module .t-header_title_wrap .t-header_title {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module .t-header_title_wrap .t-header_title, .header-base01_pt02 .t-header_module .t-header_title_wrap .t-header_title {
    font-size: 10px;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap, .header-base01_pt02 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 26px);
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 8px;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin: 0 10px 0 0;
  height: 100%;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin: 0 6px 0 0;
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-left: auto;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  margin-left: 10px;
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 0 0 0 34px;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 12px;
  color: #fff;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  line-height: 48px;
  font-weight: 500;
  background: #e68a00;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-base02_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover, .header-base01_pt02 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

.header-base01_pt02 .t-header_module {
  position: relative;
  background: #fff;
}

.header-base02_pt02 .t-header_module {
  position: absolute;
  background: transparent;
}
.header-base02_pt02 .t-header_module .t-header_main_wrap {
  background: transparent;
}

/*pt03共通*/
/*header-pt04*/
.header-pt04 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module {
    position: relative;
    height: 90px;
  }
}
.header-pt04 .t-header_module .t-header_title_wrap {
  width: 1200px;
  height: 22px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 0 4px;
}
.header-pt04 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-pt04 .t-header_module .t-header_title_wrap .t-header_title {
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_title_wrap .t-header_title {
    font-size: 10px;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0 4px;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 0 0 8px;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin: 0 10px 0 0;
  height: 100%;
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin: 0 6px 0 0;
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main .header-logo {
    max-width: 80%;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  height: 100%;
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  margin-right: 148px;
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 12px;
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: calc(100% + 22px);
  bottom: 0;
  right: 0;
  font-weight: 500;
  background: #e68a00;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-pt04 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/*header-pt05*/
.header-pt05 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module {
    position: relative;
    height: 90px;
  }
}
.header-pt05 .t-header_module .t-header_title_wrap {
  width: 1200px;
  height: 22px;
  margin: 0 auto;
  background: #fff;
  padding: 0 4px;
  box-sizing: border-box;
}
.header-pt05 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-pt05 .t-header_module .t-header_title_wrap .t-header_title {
    padding: 0 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4px;
}
@media (max-width: 821px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 10px;
  height: 100%;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin-right: 6px;
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main .header-logo {
    max-width: 80%;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  height: 100%;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 240px;
  padding: 12px;
  box-sizing: border-box;
  bottom: 0;
  right: 143px;
  background: #e68a00;
  height: calc(100% + 22px);
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel > p {
  margin-bottom: 0;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 34px;
  color: #fff;
  line-height: 1;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 11px;
  color: #fff;
  line-height: 1;
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: calc(100% + 22px);
  bottom: 0;
  right: 0;
  background: #e68a00;
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-pt05 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/*header-pt06*/
.header-pt06 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module {
    position: relative;
    height: 90px;
  }
}
.header-pt06 .t-header_module .t-header_title_wrap {
  width: 1200px;
  height: 22px;
  margin: 0 auto;
  background: #fff;
  padding: 0 4px;
  box-sizing: border-box;
}
.header-pt06 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-pt06 .t-header_module .t-header_title_wrap .t-header_title {
    padding: 0 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4px;
}
@media (max-width: 821px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 10px;
  height: 100%;
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin-right: 6px;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .header-logo {
    max-width: 80%;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  position: relative;
  display: block;
  margin-left: auto;
  width: 240px;
  height: 100%;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
    display: none;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel > p {
  margin-bottom: 0;
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 34px;
  color: #0d67b3;
  line-height: 1;
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 11px;
  color: #000;
  line-height: 1;
  margin-top: 10px;
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  background: #e68a00;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-pt06 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/*header-pt07*/
.header-pt07 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module {
    position: relative;
    height: 90px;
  }
}
.header-pt07 .t-header_module .t-header_title_wrap {
  width: 1200px;
  height: 22px;
  margin: 0 auto;
  background: #fff;
  padding: 0 4px;
  box-sizing: border-box;
}
.header-pt07 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-pt07 .t-header_module .t-header_title_wrap .t-header_title {
    padding: 0 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4px;
}
@media (max-width: 821px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 10px;
  height: 100%;
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin-right: 6px;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .header-logo {
    max-width: 80%;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin-left: auto;
  width: 240px;
  height: 100%;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
    display: none;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100% - 36px);
  margin-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel > p {
  margin-bottom: 0;
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 34px;
  color: #0d67b3;
  line-height: 1;
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 11px;
  color: #000;
  line-height: 1;
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: absolute;
  top: -22px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  background: #e68a00;
  color: #fff;
  font-weight: 500;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-pt07 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/*header-pt08*/
.header-pt08 .t-header_module {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module {
    position: relative;
    height: 90px;
  }
}
.header-pt08 .t-header_module .t-header_title_wrap {
  width: 1200px;
  height: 22px;
  margin: 0 auto;
  background: #fff;
  padding: 0 4px;
  box-sizing: border-box;
}
.header-pt08 .t-header_module .t-header_title_wrap .t-header_title {
  width: 1200px;
  height: 100%;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 821px) {
  .header-pt08 .t-header_module .t-header_title_wrap .t-header_title {
    padding: 0 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 22px);
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4px;
}
@media (max-width: 821px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main {
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 10px;
  height: 100%;
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
  max-height: 50px;
  margin-right: 6px;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_logo {
    max-height: 30px;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
  max-height: 50px;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_main_company .t-company_name {
    max-width: 50%;
    max-height: auto;
  }
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .header-logo {
    max-width: 80%;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin-left: auto;
  width: 240px;
  height: 100%;
  margin-top: -6px;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact {
    display: none;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100% - 36px);
  margin: 10px 0 0 10px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel {
    display: none;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel > p {
  margin-bottom: 0;
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 34px;
  color: #0d67b3;
  line-height: 1;
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_number:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  left: 0;
  -webkit-mask-image: url(../img/common/icon-tel.svg);
          mask-image: url(../img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_tel .t-header_tel_message {
  display: block;
  font-size: 11px;
  color: #000;
  line-height: 1;
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  background: #e68a00;
  color: #fff;
  font-weight: 500;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail {
    display: none;
  }
}
.header-pt08 .t-header_module .t-header_main_wrap .t-header_main .t-header_contact .t-header_contact_mail:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/*フッター*/
/*共通*/
.t-footer_module {
  position: relative;
}

/*footer-pt01*/
.footer-pt01 {
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
@media (max-width: 821px) {
  .footer-pt01 {
    padding: 8px 0;
  }
}
.footer-pt01 .t-footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt01 .t-footer_content {
    width: 100%;
  }
}
.footer-pt01 .t-footer_content .t-footer_content_address .t-footer_content_company {
  margin-bottom: 10px;
}
.footer-pt01 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_logo {
  max-height: 30px;
  margin-right: 6px;
}
.footer-pt01 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_name {
  max-height: 30px;
}
.footer-pt01 .t-footer_content .t-footer_content_address .t-footer_address_list {
  list-style: none;
  font-size: 90%;
}
.footer-pt01 .t-footer_navigation {
  font-size: 11px;
  line-height: 1.5em;
  width: auto;
}
@media (max-width: 821px) {
  .footer-pt01 .t-footer_navigation {
    display: none;
  }
}
.footer-pt01 .t-footer_copyright {
  text-align: center;
  color: #ffffff;
  background: #0d67b3;
  font-size: 60%;
  line-height: 3em;
}

/*footer-pt02*/
.footer-pt02 {
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 821px) {
  .footer-pt02 {
    padding: 8px 0;
  }
}
.footer-pt02 .t-footer_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px 0;
}
@media (max-width: 821px) {
  .footer-pt02 .t-footer_content {
    width: 100%;
  }
}
.footer-pt02 .t-footer_content .t-footer_content_address {
  margin-bottom: 30px;
}
.footer-pt02 .t-footer_content .t-footer_content_address .t-footer_content_company {
  margin-bottom: 10px;
}
.footer-pt02 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_logo {
  max-height: 30px;
  margin-right: 6px;
}
.footer-pt02 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_name {
  max-height: 30px;
}
.footer-pt02 .t-footer_content .t-footer_content_address .t-footer_address_list {
  list-style: none;
  font-size: 90%;
}
.footer-pt02 .t-footer_navigation {
  font-size: 11px;
  line-height: 1.5em;
  width: auto;
  text-indent: 1em;
}
@media (max-width: 821px) {
  .footer-pt02 .t-footer_navigation {
    display: none;
  }
}
.footer-pt02 .t-footer_copyright {
  text-align: center;
  color: #ffffff;
  background: #0d67b3;
  font-size: 60%;
  line-height: 3em;
}

/*footer-pt03*/
.footer-pt03 {
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
@media (max-width: 821px) {
  .footer-pt03 {
    padding: 8px 0;
  }
}
.footer-pt03 .t-footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt03 .t-footer_content {
    width: 100%;
  }
}
.footer-pt03 .t-footer_content .t-footer_content_address .t-footer_content_company {
  margin-bottom: 10px;
}
.footer-pt03 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_logo {
  max-height: 30px;
  margin-right: 6px;
}
.footer-pt03 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_name {
  max-height: 30px;
}
.footer-pt03 .t-footer_content .t-footer_content_address .t-footer_address_list {
  list-style: none;
  font-size: 90%;
}
.footer-pt03 .t-footer_navigation {
  font-size: 11px;
  line-height: 1.5em;
  width: auto;
  text-indent: 1em;
}
@media (max-width: 821px) {
  .footer-pt03 .t-footer_navigation {
    display: none;
  }
}
.footer-pt03 .t-footer_copyright {
  text-align: center;
  color: #ffffff;
  background: #0d67b3;
  font-size: 60%;
  line-height: 3em;
}

/*footer-pt04*/
.footer-pt04 {
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
@media (max-width: 821px) {
  .footer-pt04 {
    padding: 8px 0;
  }
}
.footer-pt04 .t-footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt04 .t-footer_content {
    width: 100%;
  }
}
.footer-pt04 .t-footer_content .t-footer_content_address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.footer-pt04 .t-footer_content .t-footer_content_address .t-footer_content_company {
  margin-right: 24px;
}
.footer-pt04 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_logo {
  max-height: 30px;
  margin-right: 6px;
}
.footer-pt04 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_name {
  max-height: 30px;
}
.footer-pt04 .t-footer_content .t-footer_content_address .t-footer_address_list {
  list-style: none;
  font-size: 14px;
}
.footer-pt04 .t-footer_navigation {
  position: relative;
  width: 100%;
  font-size: 11px;
  line-height: 1.5em;
  text-indent: 1em;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt04 .t-footer_navigation {
    display: none;
  }
}
.footer-pt04 .t-footer_copyright {
  text-align: center;
  color: #ffffff;
  background: #0d67b3;
  font-size: 60%;
  line-height: 3em;
}

/*footer-pt05*/
.footer-pt05 {
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
@media (max-width: 821px) {
  .footer-pt05 {
    padding: 8px 0;
  }
}
.footer-pt05 .t-footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt05 .t-footer_content {
    width: 100%;
    padding: 20px 0;
  }
}
.footer-pt05 .t-footer_content .t-footer_content_address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 30px;
}
@media (max-width: 431px) {
  .footer-pt05 .t-footer_content .t-footer_content_address {
    display: block;
    margin: 0 auto;
  }
}
.footer-pt05 .t-footer_content .t-footer_content_address .t-footer_content_company {
  margin-right: 24px;
}
@media (max-width: 431px) {
  .footer-pt05 .t-footer_content .t-footer_content_address .t-footer_content_company {
    margin: 0 0 20px 0;
  }
}
.footer-pt05 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_logo {
  max-height: 30px;
  margin-right: 6px;
}
.footer-pt05 .t-footer_content .t-footer_content_address .t-footer_content_company .t-footer_company_name {
  max-height: 30px;
}
.footer-pt05 .t-footer_content .t-footer_content_address .t-footer_address_list {
  list-style: none;
  font-size: 14px;
}
.footer-pt05 .t-footer_navigation {
  position: relative;
  width: 100%;
  font-size: 11px;
  line-height: 1.5em;
  text-indent: 1em;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .footer-pt05 .t-footer_navigation {
    display: none;
  }
}
.footer-pt05 .t-footer_copyright {
  text-align: center;
  color: #ffffff;
  background: #0d67b3;
  font-size: 60%;
  line-height: 3em;
}

/*footer-navigation-pt01*/
.footer-navigation-pt01 .t-navigation_parent_list {
  display: flex;
  align-items: stretch;
}
.footer-navigation-pt01 .t-navigation_parent_list .parent_list_item {
  font-size: 13px;
}
.footer-navigation-pt01 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
  margin-left: 20px;
}
.footer-navigation-pt01 .t-navigation_parent_list .parent_list_item .parent_list_link {
  color: #0a4c83;
  font-weight: bold;
}
.footer-navigation-pt01 .navigation-child-list .child-list-item {
  font-size: 11px;
  padding-left: 1em;
  box-sizing: border-box;
}

/*footer-navigation-pt02*/
.footer-navigation-pt02 .t-navigation_parent_list {
  display: flex;
  align-items: stretch;
}
.footer-navigation-pt02 .t-navigation_parent_list .parent_list_item {
  font-size: 13px;
  background: #eee;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
}
.footer-navigation-pt02 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
  margin-left: 6px;
}
.footer-navigation-pt02 .t-navigation_parent_list .parent_list_item .parent_list_link {
  color: #0a4c83;
  font-weight: bold;
}
.footer-navigation-pt02 .navigation-child-list .child-list-item {
  font-size: 11px;
  padding-left: 1em;
  box-sizing: border-box;
}

/*footer-navigation-pt03*/
.footer-navigation-pt03 .t-navigation_parent_list {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.footer-navigation-pt03 .t-navigation_parent_list .parent_list_item {
  font-size: 13px;
}
.footer-navigation-pt03 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
  margin-left: 20px;
}
.footer-navigation-pt03 .t-navigation_parent_list .parent_list_item .parent_list_link {
  color: #0a4c83;
  font-weight: bold;
}
.footer-navigation-pt03 .navigation-child-list .child-list-item {
  position: relative;
  font-size: 11px;
  padding-left: 1em;
  margin-top: 8px;
  box-sizing: border-box;
}
.footer-navigation-pt03 .navigation-child-list .child-list-item:before {
  content: "";
  position: absolute;
  left: 1.2em;
  top: calc(50% - 1px);
  width: 4px;
  height: 2px;
  background-color: #0d67b3;
}

/*共通*/
.t-navigation_header {
  position: relative;
  width: 1200px;
  margin-left: auto;
}
@media (max-width: 821px) {
  .t-navigation_header {
    width: 100%;
  }
}

.t-navigation_header_module {
  position: relative;
  width: 100%;
  height: 56px;
  list-style: none;
}
@media (max-width: 821px) {
  .t-navigation_header_module {
    position: absolute;
    display: block;
    left: -100vw;
    top: 110px;
    width: 100vw;
    height: auto;
    transition: all 0.5s;
    z-index: 999;
  }
}
@media (max-width: 431px) {
  .t-navigation_header_module {
    top: 90px;
  }
}
.t-navigation_header_module .parent_list_item {
  position: relative;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .t-navigation_header_module .parent_list_item {
    width: 100%;
    border: 0 !important;
  }
}
.t-navigation_header_module .t-navigation_parent_list {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0px auto;
}
@media (max-width: 821px) {
  .t-navigation_header_module .t-navigation_parent_list {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.t-navigation_header_module .t-navigation_parent_list .parent_list_item:hover .navigation-child-list .child-list-item {
  overflow: visible;
  height: 38px;
}
.t-navigation_header_module .t-navigation_parent_list .parent_list_item .parent_list_link {
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.t-navigation_header_module .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  transition: 0.3s;
}
@media (max-width: 821px) {
  .t-navigation_header_module .t-navigation_parent_list .parent_list_item .parent_list_link {
    display: flex !important;
    justify-content: flex-start !important;
    height: 38px !important;
    color: #fff !important;
    background: #0d67b3 !important;
    padding: 0 0 0 16px;
    border-top: 1px solid #fff !important;
  }
}
.t-navigation_header_module .t-navigation_parent_list:hover > .navigation-child-list {
  z-index: 99;
}
.t-navigation_header_module .t-navigation_parent_list:hover > .navigation-child-list .child-list-item {
  overflow: visible;
  height: 38px;
}
.t-navigation_header_module .navigation-child-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  z-index: 99;
}
@media (max-width: 821px) {
  .t-navigation_header_module .navigation-child-list {
    position: relative;
    width: 100%;
  }
}
.t-navigation_header_module .navigation-child-list .child-list-item {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.2s;
}
@media (max-width: 821px) {
  .t-navigation_header_module .navigation-child-list .child-list-item {
    height: auto;
    overflow: visible;
  }
}
.t-navigation_header_module .navigation-child-list .child-list-item .child-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 38px;
  margin: 0;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 98;
}
.t-navigation_header_module .navigation-child-list .child-list-item .child-link:hover {
  background: #dceefc;
}
@media (max-width: 821px) {
  .t-navigation_header_module .navigation-child-list .child-list-item .child-link {
    padding: 0 0 0 24px;
  }
}
.t-navigation_header_module .parent_list_contact {
  display: none;
}
@media (max-width: 821px) {
  .t-navigation_header_module .parent_list_contact {
    display: block;
  }
}

/*header-navigation-pt01*/
.header-navigation-pt01 {
  background: #0d67b3;
  border-bottom: 5px solid #0a4c83;
}
@media (max-width: 821px) {
  .header-navigation-pt01 {
    border-bottom: 0;
  }
}
.header-navigation-pt01 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt01 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt01 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header-navigation-pt01 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: #0f75cb;
  color: #e8ed96;
}

/*header-navigation-pt02*/
.header-navigation-pt02 {
  background: #fff;
}
.header-navigation-pt02 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt02 .t-navigation_parent_list {
    display: block;
  }
}
@media (max-width: 821px) {
  .header-navigation-pt02 .t-navigation_parent_list .parent_list_item {
    border-top: 1px solid #fff;
  }
}
.header-navigation-pt02 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  background: #fff;
  border-right: 1px dotted #ccc;
}
.header-navigation-pt02 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: #dceefc;
}
.header-navigation-pt02 .t-navigation_parent_list .parent_list_item .parent_list_link:first-child {
  border-left: 1px dotted #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt02 .t-navigation_parent_list .parent_list_item .parent_list_link:first-child {
    border-left: 0;
  }
}
.header-navigation-pt02 .t-navigation_parent_list .parent_list_item:hover .navigation-child-list .child-list-item:first-child {
  border-top: 0;
}

/*header-navigation-pt04*/
.header-navigation-pt04 {
  background: #fff;
}
.header-navigation-pt04 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt04 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt04 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
  background: #fff;
}
.header-navigation-pt04 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #666;
  background: #dceefc;
}
.header-navigation-pt04 .t-navigation_parent_list .parent_list_item .parent_list_link:has(+ .navigation-child-list) {
  position: relative;
}
.header-navigation-pt04 .t-navigation_parent_list .parent_list_item .parent_list_link:has(+ .navigation-child-list):before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  bottom: 14px;
  left: calc(50% - 3px);
  background: linear-gradient(45deg, transparent 50%, #0d67b3 50%);
  transform: rotate(135deg);
}

/*header-navigation-pt05*/
.header-navigation-pt05 {
  background: #fff;
}
.header-navigation-pt05 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 821px) {
  .header-navigation-pt05 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt05 .t-navigation_parent_list .parent_list_item {
  width: auto;
  padding: 0 0 0 16px;
  text-align: center;
}
@media (max-width: 821px) {
  .header-navigation-pt05 .t-navigation_parent_list .parent_list_item {
    padding: 0;
  }
}
.header-navigation-pt05 .t-navigation_parent_list .parent_list_item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0d67b3;
  left: 0;
  top: calc(50% - 4px);
  border-radius: 50%;
}
@media (max-width: 821px) {
  .header-navigation-pt05 .t-navigation_parent_list .parent_list_item:before {
    display: none;
  }
}
.header-navigation-pt05 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 821px) {
  .header-navigation-pt05 .t-navigation_parent_list .parent_list_item {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .header-navigation-pt05 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
    margin-left: 0;
  }
}
.header-navigation-pt05 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
}
.header-navigation-pt05 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #666;
}

/*header-navigation-pt06*/
.header-navigation-pt06 {
  background: #fff;
}
.header-navigation-pt06 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 821px) {
  .header-navigation-pt06 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt06 .t-navigation_parent_list .parent_list_item {
  border-bottom: 6px solid #0d67b3;
  border-right: 1px solid #ccc;
}
.header-navigation-pt06 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt06 .t-navigation_parent_list .parent_list_item {
    width: 100%;
    border-bottom: 6px solid #0d67b3;
    border-bottom: 0;
    border-right: 0;
  }
  .header-navigation-pt06 .t-navigation_parent_list .parent_list_item:nth-child(n+2) {
    margin-left: 0;
  }
}
.header-navigation-pt06 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
}
.header-navigation-pt06 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #666;
}

/*header-navigation-pt07*/
.header-navigation-pt07 {
  background: #fff;
}
.header-navigation-pt07 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 821px) {
  .header-navigation-pt07 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt07 .t-navigation_parent_list .parent_list_item {
  text-align: center;
  border-right: 1px solid #ddd;
}
@media (max-width: 821px) {
  .header-navigation-pt07 .t-navigation_parent_list .parent_list_item {
    border-right: 0;
  }
}
.header-navigation-pt07 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #ddd;
}
@media (max-width: 821px) {
  .header-navigation-pt07 .t-navigation_parent_list .parent_list_item:first-child {
    border-left: 0;
  }
}
.header-navigation-pt07 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  color: #444;
}
.header-navigation-pt07 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: calc(50% - 14px);
  left: 0;
  background: #0d67b3;
}
@media (max-width: 821px) {
  .header-navigation-pt07 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
    display: none;
  }
}
.header-navigation-pt07 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #666;
}

/*header-navigation-pt08*/
.header-navigation-pt08 {
  background: #fff;
}
.header-navigation-pt08 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 821px) {
  .header-navigation-pt08 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt08 .t-navigation_parent_list .parent_list_item {
  text-align: center;
}
.header-navigation-pt08 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  color: #444;
}
.header-navigation-pt08 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #666;
}
.header-navigation-pt08 .t-navigation_parent_list .parent_list_item .parent_list_link:has(+ .navigation-child-list) {
  position: relative;
}
.header-navigation-pt08 .t-navigation_parent_list .parent_list_item .parent_list_link:has(+ .navigation-child-list):before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: -15px;
  border-right: 2px solid #0d67b3;
  border-top: 2px solid #0d67b3;
  transform: rotate(135deg);
}
@media (max-width: 821px) {
  .header-navigation-pt08 .t-navigation_parent_list .parent_list_item .parent_list_link:has(+ .navigation-child-list):before {
    display: none;
  }
}

/*header-navigation-pt09*/
.header-navigation-pt09 {
  background: #fff;
}
.header-navigation-pt09 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}
@media (max-width: 821px) {
  .header-navigation-pt09 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt09 .t-navigation_parent_list .parent_list_item {
  border-right: 1px solid #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt09 .t-navigation_parent_list .parent_list_item {
    width: 100%;
    border-right: 0;
  }
}
.header-navigation-pt09 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt09 .t-navigation_parent_list .parent_list_item:first-child {
    border-left: 0;
  }
}
.header-navigation-pt09 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
}

/*header-navigation-pt10*/
.header-navigation-pt10 {
  background: #dceefc;
}
.header-navigation-pt10 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt10 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt10 .t-navigation_parent_list .parent_list_item {
  border: 1px solid #ccc;
  border-left: 0;
}
.header-navigation-pt10 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt10 .t-navigation_parent_list .parent_list_item:first-child {
    border-left: 0;
  }
}
.header-navigation-pt10 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
  background: #eee;
}
.header-navigation-pt10 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: linear-gradient(45deg, #0d67b3, #0d67b3);
}
.header-navigation-pt10 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: blanchedalmond;
}

/*header-navigation-pt11*/
.header-navigation-pt11 {
  background: #fff;
}
.header-navigation-pt11 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 821px) {
  .header-navigation-pt11 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item {
  border: 1px solid #ccc;
  border-left: 0;
}
@media (max-width: 821px) {
  .header-navigation-pt11 .t-navigation_parent_list .parent_list_item {
    border-left: 0;
  }
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #ccc;
}
@media (max-width: 821px) {
  .header-navigation-pt11 .t-navigation_parent_list .parent_list_item:first-child {
    border-left: 0;
  }
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
  background: #fff;
  padding-top: 24px;
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0d67b3;
}
@media (max-width: 821px) {
  .header-navigation-pt11 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
    left: 20px;
    top: 9px;
  }
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #0d67b3;
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item .parent_list_link:hover:before {
  background-color: #444;
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(1) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-home.svg);
          mask-image: url(../img/common/icon-home.svg);
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(2) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-company.svg);
          mask-image: url(../img/common/icon-company.svg);
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(3) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-stethoscope.svg);
          mask-image: url(../img/common/icon-stethoscope.svg);
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(4) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-wheelchair.svg);
          mask-image: url(../img/common/icon-wheelchair.svg);
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(5) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-pen.svg);
          mask-image: url(../img/common/icon-pen.svg);
}
.header-navigation-pt11 .t-navigation_parent_list .parent_list_item:nth-child(6) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-pen.svg);
          mask-image: url(../img/common/icon-pen.svg);
}

/*header-navigation-pt12*/
.header-navigation-pt12 {
  margin-bottom: 10px;
  background: #fff;
}
@media (max-width: 821px) {
  .header-navigation-pt12 {
    margin-bottom: 0;
  }
}
.header-navigation-pt12 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 821px) {
  .header-navigation-pt12 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt12 .t-navigation_parent_list .parent_list_item {
  width: calc(20% - 10px);
}
.header-navigation-pt12 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0d67b3;
  border-radius: 0 0 6px 6px;
}

/*header-navigation-pt13*/
.header-navigation-pt13 {
  margin: 6px 0;
  background: #fff;
}
@media (max-width: 821px) {
  .header-navigation-pt13 {
    margin: 0;
  }
}
.header-navigation-pt13 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 821px) {
  .header-navigation-pt13 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt13 .t-navigation_parent_list:before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  background: #0d67b3;
  border-radius: 30px;
  z-index: 0;
}
@media (max-width: 821px) {
  .header-navigation-pt13 .t-navigation_parent_list:before {
    display: none;
  }
}
.header-navigation-pt13 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0d67b3;
}
.header-navigation-pt13 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #e8ed96;
  transition: 0.2s;
}

/*header-navigation-pt14*/
.header-navigation-pt14 {
  border-top: 4px solid #0d67b3;
  background: #fff;
}
@media (max-width: 821px) {
  .header-navigation-pt14 {
    border-top: 0;
  }
}
.header-navigation-pt14 .t-navigation_parent_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 821px) {
  .header-navigation-pt14 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt14 .t-navigation_parent_list .parent_list_item {
  width: auto;
  height: 100%;
}
@media (max-width: 821px) {
  .header-navigation-pt14 .t-navigation_parent_list .parent_list_item {
    width: 100%;
  }
}
.header-navigation-pt14 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

/*header-navigation-pt15*/
.header-navigation-pt15 {
  background: #ebebeb;
}
.header-navigation-pt15 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}
@media (max-width: 821px) {
  .header-navigation-pt15 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt15 .t-navigation_parent_list .parent_list_item {
  width: auto;
  height: 100%;
  text-align: center;
}
@media (max-width: 821px) {
  .header-navigation-pt15 .t-navigation_parent_list .parent_list_item {
    border-top: 1px solid #fff;
  }
}
.header-navigation-pt15 .t-navigation_parent_list .parent_list_item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0d67b3, #0b599b);
}
@media (max-width: 821px) {
  .header-navigation-pt15 .t-navigation_parent_list .parent_list_item:before {
    display: none;
  }
}
.header-navigation-pt15 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header-navigation-pt15 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #fff;
  background: #dceefc;
}
.header-navigation-pt15 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0d67b3, #0b599b);
}
@media (max-width: 821px) {
  .header-navigation-pt15 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
    display: none;
  }
}

/*header-navigation-pt16*/
.header-navigation-pt16:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #0d67b3, #0d67b3 6px, #0e6fc1 6px, #0e6fc1 12px);
  z-index: -2;
}
.header-navigation-pt16:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e68a00;
}
@media (max-width: 821px) {
  .header-navigation-pt16:after {
    display: none;
  }
}
.header-navigation-pt16 .t-navigation_parent_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt16 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt16 .t-navigation_parent_list .parent_list_item {
  border-right: 1px solid #fff;
}
@media (max-width: 821px) {
  .header-navigation-pt16 .t-navigation_parent_list .parent_list_item {
    border-top: 1px solid #fff;
  }
}
.header-navigation-pt16 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #fff;
}
.header-navigation-pt16 .t-navigation_parent_list .parent_list_item .parent_list_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: auto;
}
.header-navigation-pt16 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #0d67b3, #0d67b3 6px, #0e6fc1 6px, #0e6fc1 12px);
  z-index: -1;
  transition: 0.2s;
}
.header-navigation-pt16 .t-navigation_parent_list .parent_list_item .parent_list_link:hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #0f77d0, #0f77d0 6px, #1080de 6px, #1080de 12px);
  z-index: -1;
  transition: 0.2s;
}

/*header-navigation-pt17*/
.header-navigation-pt17 {
  background: #0d67b3;
}
.header-navigation-pt17 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt17 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt17 .t-navigation_parent_list .parent_list_item {
  border-right: 1px dotted #fff;
}
.header-navigation-pt17 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px dotted #fff;
}
.header-navigation-pt17 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0d67b3;
}
.header-navigation-pt17 .t-navigation_parent_list .parent_list_item .parent_list_link:after {
  position: absolute;
  content: "";
  left: 18px;
  bottom: 4px;
  width: calc(100% - 36px);
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.header-navigation-pt17 .t-navigation_parent_list .parent_list_item:hover .parent_list_link:after {
  transform: scale(1, 1);
}

/*header-navigation-pt18*/
.header-navigation-pt18 {
  background: transparent;
}
.header-navigation-pt18 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media (max-width: 821px) {
  .header-navigation-pt18 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt18 .t-navigation_parent_list .parent_list_item {
  border-right: 1px dotted #000;
}
.header-navigation-pt18 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px dotted #000;
}
.header-navigation-pt18 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
  background: transparent;
}
.header-navigation-pt18 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: rgba(0, 0, 0, 0.5);
}

/*header-navigation-pt19*/
.header-navigation-pt19 {
  background-image: linear-gradient(to bottom, #1082e3 50%, #0d67b3 50%);
}
.header-navigation-pt19 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt19 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt19 .t-navigation_parent_list .parent_list_item {
  border-right: 1px solid #063054;
  border-left: 1px solid #65b3f4;
}
.header-navigation-pt19 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, #1082e3 50%, #0d67b3 50%);
}
.header-navigation-pt19 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background-image: linear-gradient(to bottom, #1e8fef 50%, #0f75cb 50%);
}

/*header-navigation-pt20*/
.header-navigation-pt20 {
  background: #fff;
  margin: 3px 0;
}
@media (max-width: 821px) {
  .header-navigation-pt20 {
    margin: 0;
  }
}
.header-navigation-pt20 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt20 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt20 .t-navigation_parent_list .parent_list_item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}
.header-navigation-pt20 .t-navigation_parent_list .parent_list_item:first-child:before {
  display: none;
}
.header-navigation-pt20 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0d67b3;
}
.header-navigation-pt20 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: #107dd9;
}

/*header-navigation-pt21*/
.header-navigation-pt21 {
  background: #fff;
  margin: 3px 0;
}
@media (max-width: 821px) {
  .header-navigation-pt21 {
    margin: 0;
  }
}
.header-navigation-pt21 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
@media (max-width: 821px) {
  .header-navigation-pt21 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt21 .t-navigation_parent_list .parent_list_item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.header-navigation-pt21 .t-navigation_parent_list .parent_list_item:first-child:before {
  display: none;
}
.header-navigation-pt21 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
  background-image: linear-gradient(to bottom, #dceefc, #65b3f4);
}
.header-navigation-pt21 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background-image: linear-gradient(to bottom, #65b3f4, #369bf0);
}

/*header-navigation-pt22*/
.header-navigation-pt22 {
  background: #0d67b3;
}
.header-navigation-pt22 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .header-navigation-pt22 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item {
  border-right: 1px solid #fff;
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:first-child {
  border-left: 1px solid #fff;
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 0 0 20px;
  background: #0d67b3;
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  background: #1082e3;
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media (max-width: 821px) {
  .header-navigation-pt22 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
    display: none;
  }
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(1) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-home.svg);
          mask-image: url(../img/common/icon-home.svg);
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(2) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-company.svg);
          mask-image: url(../img/common/icon-company.svg);
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(3) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-stethoscope.svg);
          mask-image: url(../img/common/icon-stethoscope.svg);
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(4) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-wheelchair.svg);
          mask-image: url(../img/common/icon-wheelchair.svg);
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(5) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-pen.svg);
          mask-image: url(../img/common/icon-pen.svg);
}
.header-navigation-pt22 .t-navigation_parent_list .parent_list_item:nth-child(6) .parent_list_link:before {
  -webkit-mask-image: url(../img/common/icon-pen.svg);
          mask-image: url(../img/common/icon-pen.svg);
}

/*header-navigation-pt23*/
.header-navigation-pt23 {
  background: #fff;
  border-bottom: 4px solid #0d67b3;
}
@media (max-width: 821px) {
  .header-navigation-pt23 {
    border-bottom: 0;
  }
}
.header-navigation-pt23 .t-navigation_parent_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 821px) {
  .header-navigation-pt23 .t-navigation_parent_list {
    display: block;
  }
}
.header-navigation-pt23 .t-navigation_parent_list .parent_list_item {
  width: auto;
}
.header-navigation-pt23 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #444;
}
.header-navigation-pt23 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #fff;
  background: #0d67b3;
}

/*header-navigation-pt24*/
.header-navigation-pt24 .t-navigation_parent_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.9);
  width: 600px;
}
.header-navigation-pt24 .t-navigation_parent_list:before {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px 0 0 6px;
}
@media (max-width: 821px) {
  .header-navigation-pt24 .t-navigation_parent_list:before {
    display: none;
  }
}
.header-navigation-pt24 .t-navigation_parent_list:after {
  position: absolute;
  content: "";
  top: 0;
  right: -4px;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 6px 6px 0;
}
@media (max-width: 821px) {
  .header-navigation-pt24 .t-navigation_parent_list:after {
    display: none;
  }
}
@media (max-width: 821px) {
  .header-navigation-pt24 .t-navigation_parent_list {
    display: block;
  }
}
@media (max-width: 821px) {
  .header-navigation-pt24 .t-navigation_parent_list .parent_list_item {
    border-top: 1px solid #fff;
    padding: 0;
  }
}
.header-navigation-pt24 .t-navigation_parent_list .parent_list_item .parent_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}
.header-navigation-pt24 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #c4e2fb;
}
@media (max-width: 821px) {
  .header-navigation-pt24 .t-navigation_parent_list .parent_list_item .parent_list_link:before {
    display: none;
  }
}
.header-navigation-pt24 .t-navigation_parent_list .parent_list_item .parent_list_link:hover {
  color: #0d67b3;
}
.header-navigation-pt24 .t-navigation_parent_list .parent_list_item:first-child .parent_list_link:before {
  display: none;
}
.header-navigation-pt24 .t-navigation_parent_list .parent_list_item:hover .navigation-child-list .child-list-item:first-child {
  border-top: 0;
}

/*共通*/
.t-heroimage_module {
  width: 100%;
  z-index: -1;
}
@media (max-width: 821px) {
  .t-heroimage_module {
    height: auto;
    top: 0;
  }
}

.t-heroimage_home {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/*heroimage-index-pt01*/
.heroimage-index-pt01 {
  height: 600px;
}
.heroimage-index-pt01 .t-heroimage_wrap {
  position: relative;
  width: 100%;
  background-image: linear-gradient(to bottom, #fefefe, #e6e6e6);
}
@media (max-width: 821px) {
  .heroimage-index-pt01 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt01 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  background: url("../img/index/heroimage-bg01.jpg") center center/cover no-repeat;
  margin: 0 auto;
}
.heroimage-index-pt01 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  font-family: "BIZ UD明朝", serif;
  top: 20%;
  left: 100px;
  font-size: 36px;
  color: #000;
}

/*heroimage-index-pt02*/
.heroimage-index-pt02 {
  height: 648px;
}
.heroimage-index-pt02 .t-heroimage_wrap {
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 821px) {
  .heroimage-index-pt02 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt02 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  background: url("../img/index/heroimage-bg01.jpg") center center/cover no-repeat;
  border-radius: 8px;
  margin: 0 auto;
}
.heroimage-index-pt02 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 100px;
  font-size: 3.6rem;
  color: #fff;
}

/*heroimage-index-pt03*/
.heroimage-index-pt03 {
  height: 600px;
}
@media (max-width: 821px) {
  .heroimage-index-pt03 {
    height: 300px;
  }
}
.heroimage-index-pt03 .t-heroimage_wrap {
  width: 100%;
  height: 100%;
  background: url("../img/index/heroimage-bg01.jpg") center center/cover no-repeat;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .heroimage-index-pt03 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt03 .t-heroimage_wrap .t-heroimage_image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
@media (max-width: 821px) {
  .heroimage-index-pt03 .t-heroimage_wrap .t-heroimage_image {
    max-width: 100%;
  }
}
.heroimage-index-pt03 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  font-family: "BIZ UD明朝", serif;
  top: calc(50% - 48px);
  left: 100px;
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 821px) {
  .heroimage-index-pt03 .t-heroimage_wrap .t-heroimage_catch {
    top: 50%;
    left: 50px;
    font-size: 32px;
  }
}
@media (max-width: 431px) {
  .heroimage-index-pt03 .t-heroimage_wrap .t-heroimage_catch {
    top: calc(50% - 12px);
    left: 20px;
    font-size: 24px;
  }
}

/*heroimage-index-pt04*/
.heroimage-index-pt04 {
  height: 600px;
  padding-bottom: 24px;
}
.heroimage-index-pt04 .t-heroimage_wrap {
  max-width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin-left: auto;
}
@media (max-width: 821px) {
  .heroimage-index-pt04 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt04 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  background: url("../img/index/heroimage-bg01.jpg") center center/cover no-repeat;
  height: 100%;
  border-radius: 0 0 0 16px;
}
.heroimage-index-pt04 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 20px;
  font-size: 3.6rem;
  color: #fff;
}

/*heroimage-index-pt05*/
.heroimage-index-pt05 {
  height: 600px;
}
.heroimage-index-pt05:before, .heroimage-index-pt05:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  bottom: 0;
  border-style: solid;
  background: #fff;
}
.heroimage-index-pt05:before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.heroimage-index-pt05:after {
  right: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0);
}
.heroimage-index-pt05 .t-heroimage_wrap {
  width: 100%;
  height: 100%;
  background: url("../img/index/heroimage-bg01.jpg") center center/100% auto no-repeat;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .heroimage-index-pt05 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt05 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
.heroimage-index-pt05 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 3.6rem;
  color: #fff;
}

/*heroimage-index-pt06*/
.heroimage-index-pt06 {
  height: 680px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.heroimage-index-pt06:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 60%;
  left: 50%;
  bottom: 20px;
  background: #eee;
}
.heroimage-index-pt06 .t-heroimage_wrap {
  max-width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin-right: auto;
}
@media (max-width: 821px) {
  .heroimage-index-pt06 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt06 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  background: url("../img/index/heroimage-bg01.jpg") center center/100% auto no-repeat;
  height: 100%;
}
.heroimage-index-pt06 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 3.6rem;
  color: #fff;
}

/*heroimage-index-pt07*/
.heroimage-index-pt07 {
  height: 680px;
}
.heroimage-index-pt07 .t-heroimage_wrap {
  height: 100%;
  box-sizing: border-box;
  margin-right: auto;
  z-index: -1;
}
@media (max-width: 821px) {
  .heroimage-index-pt07 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt07 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  background: url("../img/index/heroimage-bg01.jpg") center center/100% auto no-repeat;
  height: 100%;
}
.heroimage-index-pt07 .t-heroimage_wrap .t-heroimage_image:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.heroimage-index-pt07 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 60px;
  font-size: 3.6rem;
  color: #333;
}

/*heroimage-index-pt08*/
.heroimage-index-pt08 {
  height: 600px;
  padding-bottom: 20px;
}
.heroimage-index-pt08 .t-heroimage_wrap {
  height: 100%;
  box-sizing: border-box;
  margin-right: auto;
  z-index: -1;
}
@media (max-width: 821px) {
  .heroimage-index-pt08 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt08 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  background: url("../img/index/heroimage-bg01.jpg") center center/100% auto no-repeat;
  height: 100%;
}
.heroimage-index-pt08 .t-heroimage_wrap .t-heroimage_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.heroimage-index-pt08 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 3.6rem;
  color: #333;
  z-index: 99;
}

/*heroimage-index-pt09*/
.heroimage-index-pt09 {
  height: 600px;
}
.heroimage-index-pt09 .t-heroimage_wrap {
  width: 100%;
  height: 100%;
  background: url(../img/index/heroimage-bg-pt02_r.jpg) right bottom/auto 100% no-repeat, url(../img/index/heroimage-bg-pt02_l.jpg) left bottom/auto 100% no-repeat;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .heroimage-index-pt09 .t-heroimage_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.heroimage-index-pt09 .t-heroimage_wrap .t-heroimage_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
.heroimage-index-pt09 .t-heroimage_wrap .t-heroimage_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3.6rem;
  color: #333;
}

.t-heroimage_under {
  position: relative;
  z-index: 1;
  height: 300px;
}
.t-heroimage_under .t-heroimage_under_image {
  width: 100%;
  height: 100%;
  background: url("../img/common/heroimage-under-bg.jpg") center center/cover;
}

/*l-home-pt01*/
.layout-home-pt01 .home-content-module {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.layout-home-pt01 .home-content-module .home-content-card {
  position: relative;
  display: block;
  width: 49%;
  min-height: 220px;
  height: auto;
  margin-right: 2%;
  background: #eee;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 3px;
}
@media (max-width: 431px) {
  .layout-home-pt01 .home-content-module .home-content-card {
    width: 100%;
    margin-right: 0;
  }
}
.layout-home-pt01 .home-content-module .home-content-card:nth-child(2n+2) {
  margin-right: 0;
}
.layout-home-pt01 .home-content-module .home-content-card:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 431px) {
  .layout-home-pt01 .home-content-module .home-content-card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner {
  position: relative;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: 8px;
  box-sizing: border-box;
  background: #fff;
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
  --figure-width: 180px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: var(--figure-width);
  height: calc(var(--figure-width) * 3 / 4);
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-figure .home-content-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 821px) {
  .layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-title {
  color: #fff;
  padding: 4px 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #5397d4;
}
@media (max-width: 821px) {
  .layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-title {
    margin-bottom: 10px;
  }
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
  position: relative;
  width: 50%;
  padding: 0 12px 12px 12px;
  box-sizing: border-box;
  font-size: 13px;
}
@media (max-width: 821px) {
  .layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
    width: 100%;
    font-size: 80%;
  }
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.layout-home-pt01 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #0d67b3;
}

/*l-home-pt02*/
.layout-home-pt02 .home-content-module {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.layout-home-pt02 .home-content-module .home-content-card {
  position: relative;
  display: block;
  width: 49%;
  min-height: 220px;
  height: auto;
  margin-right: 2%;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .layout-home-pt02 .home-content-module .home-content-card {
    width: 100%;
    margin-right: 0;
  }
}
.layout-home-pt02 .home-content-module .home-content-card:nth-child(2n+2) {
  margin-right: 0;
}
.layout-home-pt02 .home-content-module .home-content-card:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 431px) {
  .layout-home-pt02 .home-content-module .home-content-card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner:hover .home-content-img {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
  --figure-width: 100%;
  order: 2;
  width: var(--figure-width);
  height: 130px;
  overflow: hidden;
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-figure .home-content-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 821px) {
  .layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-title {
  order: 1;
  color: #444;
  font-weight: 700;
  margin-bottom: 6px;
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
  order: 3;
  position: relative;
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}
@media (max-width: 821px) {
  .layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
    width: 100%;
    font-size: 80%;
  }
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.layout-home-pt02 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #0d67b3;
}

/*l-home-pt03*/
.layout-home-pt03 .home-content-module {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.layout-home-pt03 .home-content-module .home-content-card {
  position: relative;
  display: block;
  width: 49%;
  min-height: 220px;
  height: auto;
  margin-right: 2%;
  padding: 4px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
@media (max-width: 431px) {
  .layout-home-pt03 .home-content-module .home-content-card {
    width: 100%;
    margin-right: 0;
  }
}
.layout-home-pt03 .home-content-module .home-content-card:nth-child(2n+2) {
  margin-right: 0;
}
.layout-home-pt03 .home-content-module .home-content-card:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 431px) {
  .layout-home-pt03 .home-content-module .home-content-card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner:hover .home-content-img {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
  --figure-width: 100%;
  order: 2;
  width: var(--figure-width);
  height: 130px;
  overflow: hidden;
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-figure .home-content-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 821px) {
  .layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-figure {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-title {
  width: 100%;
  order: 1;
  color: #fff;
  text-align: center;
  padding: 4px 12px;
  box-sizing: border-box;
  margin-bottom: 4px;
  background: #5397d4;
}
@media (max-width: 821px) {
  .layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-title {
    margin-bottom: 10px;
  }
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
  order: 3;
  position: relative;
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}
@media (max-width: 821px) {
  .layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-list {
    width: 100%;
    font-size: 80%;
  }
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.layout-home-pt03 .home-content-module .home-content-card .home-content-card-inner .home-content-list .content-list-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #0d67b3;
}

/*layout-kaigyoushien*/
.layout-home-kaigyoushien .home-content-worry {
  position: relative;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-worry:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  margin: 0 calc(50% - 100vw);
  background: #eee;
  z-index: -1;
  pointer-events: none;
}
.layout-home-kaigyoushien .home-content-worry .home-worry-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 821px) {
  .layout-home-kaigyoushien .home-content-worry .home-worry-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-worry .home-worry-title .title-hilight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background: #0d67b3;
  color: #fff;
  font-size: 42px;
  margin-right: 8px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  line-height: 1;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .layout-home-kaigyoushien .home-content-worry .home-worry-title .title-hilight {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.layout-home-kaigyoushien .home-content-worry .home-worry-module {
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-worry .home-worry-module {
    display: block;
  }
}
.layout-home-kaigyoushien .home-content-worry .home-worry-card {
  flex: 1;
  width: 24%;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 6px;
  margin-left: 0;
  padding: 20px 12px;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-worry .home-worry-card {
    width: 80%;
    margin: auto;
  }
}
.layout-home-kaigyoushien .home-content-worry .home-worry-card:nth-child(n+2) {
  margin-left: 1.3333333333%;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-worry .home-worry-card:nth-child(n+2) {
    margin: 10px auto 0 auto;
  }
}
.layout-home-kaigyoushien .home-content-worry .home-worry-card .home-worry-figure {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-worry .home-worry-card .home-worry-icon {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-home-kaigyoushien .home-content-worry .home-worry-card .home-worry-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #444;
}
.layout-home-kaigyoushien .home-content-message {
  position: relative;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-message:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  margin: 0 calc(50% - 100vw);
  background: #fff;
  z-index: -1;
  pointer-events: none;
}
.layout-home-kaigyoushien .home-content-message .home-message-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-message .home-message-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-message .home-message-title .title-hilight {
  color: #0d67b3;
  font-size: 42px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-message .home-message-title .title-hilight {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-message .message-text {
  font-size: 24px;
  line-height: 1.8;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-message .message-text {
    font-size: 16px;
  }
}
.layout-home-kaigyoushien .home-content-support {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 60px 40px 80px 40px;
  background: #f6f6f6;
  border-radius: 8px;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-support .home-support-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-support .home-support-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-support .home-support-module {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-support .home-support-module {
    display: block;
  }
}
.layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card {
  flex: 1;
  width: 32%;
  margin-left: 0;
  text-align: center;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card {
    width: 250px;
    margin: auto;
  }
}
.layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card:nth-child(n+2) {
  margin-left: 2%;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card:nth-child(n+2) {
    margin: 20px auto 0 auto;
  }
}
.layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card .home-support-figure {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card .home-support-figure {
    margin-bottom: 10px;
  }
}
.layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card .home-support-icon {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.layout-home-kaigyoushien .home-content-support .home-support-module .home-support-card .home-support-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #444;
}
.layout-home-kaigyoushien .home-content-reason {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-reason .home-reason-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.layout-home-kaigyoushien .home-content-flow {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-flow:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  margin: 0 calc(50% - 100vw);
  background: #eee;
  z-index: -1;
  pointer-events: none;
}
.layout-home-kaigyoushien .home-content-flow .home-flow-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl:last-child {
  margin-bottom: 0;
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl:last-child .home-flow-dl-title:before {
  display: none;
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  font-size: 15px;
  color: #fff;
  background: #0d67b3;
  border-radius: 50%;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-title {
    margin-bottom: 10px;
  }
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-title:before {
  position: absolute;
  bottom: -20px;
  left: 55px;
  width: 20px;
  height: 10px;
  content: "";
  background: #0a4c83;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-title:before {
    display: none;
  }
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  width: 130px;
  height: 130px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-submit {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-submit .home-flow-dl-submit-image {
  width: auto;
  height: 40px;
  margin-bottom: 8px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-text {
  width: 600px;
  height: 130px;
  background: #fff;
  margin-left: 1px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-flow .home-flow-module .home-flow-dl .home-flow-dl-text {
    width: 100%;
    margin-left: 0;
  }
}
.layout-home-kaigyoushien .home-content-price {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-price:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  z-index: -1;
  pointer-events: none;
}
.layout-home-kaigyoushien .home-content-price .home-price-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule {
  margin: 0 80px;
  text-align: left;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule {
    margin: 0;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table {
  width: 100%;
  margin-top: 20px;
  background: #fff;
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th {
  width: 50%;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  line-height: 36px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th {
    padding: 8px 4px;
    line-height: 2;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th:nth-child(1) {
  font-size: 18px;
  background: #e68a00;
  font-weight: 500;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th:nth-child(1) {
    font-size: 13px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th:nth-child(2) {
  font-size: 20px;
  background: #5397d4;
  border-top: 8px solid #5397d4;
  border-left: 8px solid #5397d4;
  border-right: 8px solid #5397d4;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table thead th:nth-child(2) {
    font-size: 13px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td {
  width: 50%;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 24px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td {
    font-size: 14px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td .table-td-heading {
  display: inline-block;
  width: 50%;
  font-size: 13px;
  color: #888;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td .table-td-heading {
    text-align: left;
    padding-right: 0;
    vertical-align: middle;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td .table-td-price {
  display: inline-block;
  width: 30%;
  font-family: "Crimson Text", serif;
  color: #444;
  text-align: right;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td .table-td-price {
    width: 50%;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td:nth-child(1) .table-td-price {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td:nth-child(1) .table-td-price {
    font-size: 14px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td:nth-child(2) {
  border-left: 8px solid #5397d4;
  border-right: 8px solid #5397d4;
  box-sizing: border-box;
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td:nth-child(2) .table-td-price {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr td:nth-child(2) .table-td-price {
    font-size: 14px;
  }
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table tbody tr:last-child td:nth-child(2) {
  border-bottom: 8px solid #5397d4;
  box-sizing: border-box;
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table .table-align-left {
  text-align: left;
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table .table-align-right {
  text-align: right;
}
.layout-home-kaigyoushien .home-content-price .home-price-tablemodule .home-price-table .table-align-center {
  text-align: center;
}
.layout-home-kaigyoushien .home-content-voice {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-voice .home-voice-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.layout-home-kaigyoushien .home-content-faq {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-faq .home-faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-faq .home-faq-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module {
  position: relative;
  text-align: left;
  margin: 0 80px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-faq .home-faq-module {
    margin: 0;
  }
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-checkbox {
  display: none;
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-module-q {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  background: #0d67b3;
  margin-bottom: 10px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-module-q {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-module-q:before {
  position: absolute;
  top: calc(50% - 12px);
  line-height: 1;
  left: 10px;
  content: "Q";
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-module-q:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  line-height: 1;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: 0.3s;
  transform: rotate(135deg);
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-checkbox:checked ~ .home-faq-module-q:after {
  transform: rotate(-45deg);
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-module-a {
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-checkbox:checked ~ .home-faq-module-a {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-faq .home-faq-module .home-faq-checkbox:checked ~ .home-faq-module-a {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.layout-home-kaigyoushien .home-content-profile {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-profile .home-profile-title {
    font-size: 20px;
  }
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin: 0 60px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-profile .home-profile-message {
    display: block;
    margin: 0;
  }
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-figure {
  width: 300px;
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-figure {
    width: 240px;
    margin: 0 auto 20px;
  }
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-figure .home-profile-image {
  width: 100%;
  margin-bottom: 10px;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-figure .home-profile-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #444;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-figure .home-profile-name .home-profile-companyname {
  font-size: 16px;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-text {
  flex: 1;
  margin-left: 20px;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career {
  margin-top: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 70%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 431px) {
  .layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career {
    width: 100%;
  }
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career .home-career-title {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career .home-career-list {
  margin-left: 10px;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career .home-career-list > li {
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.layout-home-kaigyoushien .home-content-profile .home-profile-message .home-profile-career .home-career-list > li:before {
  content: "・";
  margin-right: 6px;
}
.layout-home-kaigyoushien .home-content-contact {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.layout-home-kaigyoushien .home-content-contact .home-contact-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.c-under_pagetitle {
  font-family: "BIZ UD明朝", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 26px));
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 431px) {
  .c-under_pagetitle {
    font-size: 24px;
  }
}

.c-section_title {
  font-family: "Zen Kaku Gothic New";
  width: 100%;
  line-height: 54px;
  margin: 20px 0 20px 0;
  padding-left: 10px;
  color: #fff;
  background: #0d67b3;
  font-size: 22px;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .c-section_title {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.c-section_subtitle {
  font-size: 18px;
  border-left: solid 4px #0d67b3;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1.2;
  margin-bottom: 10px;
}

.c-under_section {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.c-contact_btn {
  position: fixed;
  right: 20px;
  bottom: -50px;
  transition-duration: 0.2s;
  z-index: 998;
}
.c-contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  background: #0d67b3;
  border-radius: 24px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 15px;
  border: 2px solid #0d67b3;
  transition-duration: 0.2s;
}
.c-contact_btn a:hover {
  background: #fff;
  color: #0d67b3;
  transition-duration: 0.2s;
}
.c-contact_btn.c-contact_btn_run {
  transform: translateY(-78px);
  transition-duration: 0.2s;
}

.c-table_wrap {
  margin-bottom: 40px;
}
.c-table_wrap:last-child {
  margin-bottom: 0;
}

.c-table_horizontal {
  width: 100%;
}
@media (max-width: 431px) {
  .c-table_horizontal {
    overflow-x: scroll;
    padding-bottom: 4px;
    box-sizing: border-box;
  }
}

.c-common_list {
  position: relative;
  list-style: none;
}
.c-common_list .c-list_item {
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}
.c-common_list .c-list_item:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: #e68a00;
  border-radius: 50%;
}
.c-common_list .c-list_item:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
}
.c-common_list .c-list_item:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.c-undersection_box {
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 20px 0 40px;
}
@media (max-width: 431px) {
  .c-undersection_box {
    padding: 12px;
  }
}
.c-undersection_box > p {
  margin-bottom: 1rem;
}
.c-undersection_box > p:last-child {
  margin-bottom: 0;
}
.c-undersection_box .c-undersection_list {
  position: relative;
  list-style: none;
}
.c-undersection_box .c-undersection_list .c-list_item {
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}
.c-undersection_box .c-undersection_list .c-list_item:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
  background: #e68a00;
  border-radius: 50%;
}
.c-undersection_box .c-undersection_list .c-list_item:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
}
.c-undersection_box .c-undersection_list .c-list_item:nth-of-type(n + 2) {
  margin-top: 2rem;
}

/*会社案内*/
.p-company_page {
  position: relative;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
.p-company_page .p-company_greeting_module {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 40px;
}
@media (max-width: 431px) {
  .p-company_page .p-company_greeting_module {
    display: block;
    margin: 0 20px;
  }
}
.p-company_page .p-company_greeting_module .p-company_greeting_textarea {
  flex: 1;
  margin-right: 30px;
}
@media (max-width: 431px) {
  .p-company_page .p-company_greeting_module .p-company_greeting_textarea {
    margin: 30px 0 0 0;
  }
}
.p-company_page .p-company_greeting_module .p-company_greeting_textarea > p:nth-child(n+2) {
  margin-top: 1em;
}


.name-text{	
	text-align: right;
	padding-top:20px;

}
.p-company_page .p-company_greeting_module .p-company_greeting_photoarea {
  width: 240px;
}
@media (max-width: 431px) {
  .p-company_page .p-company_greeting_module .p-company_greeting_photoarea {
    width: 60%;
    margin: 20px auto 0;
  }
}
.p-company_page .p-company_greeting_module .p-company_greeting_photoarea > img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.p-company_page .p-company_greeting_module .p-company_greeting_photoarea > figcaption {
  font-size: 16px;
}
@media (max-width: 431px) {
  .p-company_page .p-company_greeting_module .p-company_greeting_photoarea > figcaption {
    text-align: left;
  }
}
.p-company_page .p-company_greeting_module .p-company_greeting_photoarea .p-company_greeting_name {
  font-family: "Zen Old Mincho";
}
.p-company_page .p-company_info_dl {
  width: calc(100% - 80px);
  margin: 0 40px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_dl {
    width: 100%;
    margin: 0;
  }
}
.p-company_page .p-company_info_dl .p-company_info_dl_title {
  font-family: "BIZ UD明朝", serif;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  color: #0d67b3;
  border-bottom: 1px solid #0d67b3;
  padding: 12px 8px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_dl .p-company_info_dl_title {
    width: 100%;
    border-bottom: 0;
    padding: 8px 8px 0 8px;
  }
}
.p-company_page .p-company_info_dl .p-company_info_dl_content {
  width: calc(100% - 200px);
  border-bottom: 1px solid #ddd;
  padding: 12px 8px;
  box-sizing: border-box;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_dl .p-company_info_dl_content {
    padding: 0 8px 8px 8px;
    width: 100%;
  }
}
.p-company_page .p-company_info_dl .p-company_info_dl_content > a {
  color: #0d67b3;
  text-decoration: underline;
}
.p-company_page .p-company_info_dl .p-company_info_dl_content > a:hover {
  text-decoration: none;
}
.p-company_page .p-company_info_dl .p-company_branch_list > li:nth-child(n+2) {
  margin-top: 12px;
}
.p-company_page .p-company_info_dl .p-company_branch_list > li .p-company_branch_name {
  position: relative;
  padding-left: 10px;
  font-size: 17px;
  color: #333;
  box-sizing: border-box;
}
.p-company_page .p-company_info_dl .p-company_branch_list > li .p-company_branch_name:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 3px;
  height: 14px;
  background: #0d67b3;
}
.p-company_page .p-company_info_dl .p-company_license_list {
  position: relative;
}
.p-company_page .p-company_info_dl .p-company_license_list > li {
  position: relative;
  padding-left: 1em;
}
.p-company_page .p-company_info_dl .p-company_license_list > li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0.2em;
  width: 7px;
  height: 7px;
  background: #0d67b3;
  border-radius: 50%;
}
.p-company_page .p-company_info_dl .p-company_license_list > li:nth-child(n+2) {
  margin-top: 4px;
}
.p-company_page .p-company_info_photoarea {
  position: relative;
  margin: 60px 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_photoarea {
    display: block;
    margin: 40px 20px 0;
  }
}
.p-company_page .p-company_info_photoarea .p-company_info_figure {
  width: 32%;
  height: auto;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_photoarea .p-company_info_figure {
    width: 100%;
  }
}
.p-company_page .p-company_info_photoarea .p-company_info_figure:nth-child(n+2) {
  margin-left: 2%;
}
@media (max-width: 431px) {
  .p-company_page .p-company_info_photoarea .p-company_info_figure:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}
.p-company_page .p-company_info_photoarea .p-company_info_figure > img {
  width: 100%;
}
.p-company_page .p-company_staff_cardgroup {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 40px;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card {
  position: relative;
  width: 20%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card:nth-child(n+2) {
  margin-left: 6.6666666667%;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card .p-company_staff_figure {
  width: 100%;
  height: 200px;
  background: #000;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card .p-company_staff_list {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card .p-company_staff_list .p-company_staff_title {
  font-size: 15px;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card .p-company_staff_list .p-company_staff_name {
  color: #0d67b3;
  font-weight: 500;
}
.p-company_page .p-company_staff_cardgroup .p-company_staff_card .p-company_staff_list .p-company_staff_message {
  font-size: 14px;
}
.p-company_page .p-company_history_table {
  width: calc(100% - 80px);
  margin: 0 40px;
}
@media (max-width: 431px) {
  .p-company_page .p-company_history_table {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 821px) {
  .p-company_page .p-company_history_table tr {
    display: block;
  }
  .p-company_page .p-company_history_table tr:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.p-company_page .p-company_history_table tr th {
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 140px;
  color: #0d67b3;
}
@media (max-width: 821px) {
  .p-company_page .p-company_history_table tr th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.p-company_page .p-company_history_table tr td {
  position: relative;
  padding: 16px 8px 16px 26px;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .p-company_page .p-company_history_table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.p-company_page .p-company_history_table tr td:before {
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  left: 0;
  width: 16px;
  height: 1px;
  background: #0d67b3;
}
@media (max-width: 431px) {
  .p-company_page .p-company_history_table tr td:before {
    display: none;
  }
}
.p-company_page .p-company_access_module {
  position: relative;
  width: 100%;
}
.p-company_page .p-company_access_module > iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.p-company_page .p-company_access_module .p-company_access_root .p-company_access_address {
  font-size: 16px;
  color: #111;
  margin-bottom: 15px;
}
.p-company_page .p-company_access_module .p-company_access_root .p-company_access_root_list {
  position: relative;
}
.p-company_page .p-company_access_module .p-company_access_root .p-company_access_root_list > li {
  position: relative;
  padding-left: 1em;
}
.p-company_page .p-company_access_module .p-company_access_root .p-company_access_root_list > li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0.2em;
  width: 7px;
  height: 7px;
  background: #0d67b3;
  border-radius: 50%;
}
.p-company_page .p-company_access_module .p-company_access_root .p-company_access_root_list > li:nth-child(n+2) {
  margin-top: 4px;
}

/*お問い合わせ*/
.p-contact-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.p-contact-page .p-contact-info {
  position: relative;
  padding-bottom: 40px;
  width: 100%;
}
.p-contact-page .p-contactform_box {
  background: #fff;
  margin: 20px 0 30px;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_box {
    padding: 12px;
  }
}
.p-contact-page .p-contactform_table {
  width: 100%;
}
.p-contact-page .p-contactform_table tr {
  border-bottom: 1px dashed #ddd;
}
.p-contact-page .p-contactform_table tr:last-of-type {
  border-bottom: 0;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_table tr {
    display: block;
  }
  .p-contact-page .p-contactform_table tr:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.p-contact-page .p-contactform_table tr th {
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_table tr th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.p-contact-page .p-contactform_table tr td {
  position: relative;
  padding: 16px 8px;
  box-sizing: border-box;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.p-contact-page .p-contactform_table tr td input,
.p-contact-page .p-contactform_table tr td textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.p-contact-page .p-contactform_table tr td input:focus,
.p-contact-page .p-contactform_table tr td textarea:focus {
  background: #f5f5f5;
}
.p-contact-page .p-contactform_table tr td .input_short {
  width: 360px;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_table tr td .input_short {
    width: 100%;
  }
}
.p-contact-page .p-contactform_table tr td .input_long {
  width: 100%;
}
.p-contact-page .p-contactform_table .table_red {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.p-contact-page .p-contactform_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-page .p-contactform_button .p-button_submit,
.p-contact-page .p-contactform_button .p-button_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  font-size: 1.6rem;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  transition-duration: 0.1s;
}
.p-contact-page .p-contactform_button .p-button_submit:hover,
.p-contact-page .p-contactform_button .p-button_reset:hover {
  box-shadow: 0 0 0 0;
  transform: translateY(2px);
  transition-duration: 0.1s;
  box-sizing: border-box;
}
.p-contact-page .p-contactform_button .p-button_submit {
  text-align: center;
  background: #1082e3;
  border: 2px solid #1082e3;
  color: #fff;
  box-shadow: 0 2px 0 #0d67b3;
  font-size: 16px;
}
.p-contact-page .p-contactform_button .p-button_submit:hover {
  background: #f7f7f7;
  border: 2px solid #1082e3;
  color: #0d67b3;
}

.p-contact-page .p-contactform_button .p-button_reset {
  text-align: center;
  margin-left: 40px;
  background: #ddd;
  box-shadow: 0 2px 0 #ccc;
  border: 2px solid #ddd;
  color: #444;
  font-size: 16px;
}
@media (max-width: 821px) {
  .p-contact-page .p-contactform_button .p-button_reset {
    margin-left: 12px;
  }
}
.p-contact-page .p-contactform_button .p-button_reset:hover {
  background: #fff;
  border: 2px solid #ddd;
}

/* ------ */


.p-button_reset02 {
	width:200px;
	background-color:#DDDDDD;
	line-height: 50px;
	border-radius: 30px;



  text-align: center;
  margin-left: 40px;
  background: #ddd;
  box-shadow: 0 2px 0 #ccc;
  border: 2px solid #ddd;
  color: #444;
  font-size: 16px;
}
@media (max-width: 821px) {
  .p-button_reset02 {
    margin-left: 12px;
  }
}
.p-button_reset02:hover {
  background: #fff;
  border: 2px solid #ddd;
}


/* ------ */


.p-contact-page .p-checktable {
  margin-top: 20px;
}

.u-br_pc {
  display: block;
}
@media (max-width: 821px) {
  .u-br_pc {
    display: none;
  }
}

.u-br_sp {
  display: none;
}
@media (max-width: 821px) {
  .u-br_sp {
    display: block;
  }
}

.u-text_red {
  color: red;
}
/*# sourceMappingURL=style.css.map */