@charset "UTF-8";
/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import "reset.css";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 全体スタイル
*****************************************************/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
body.fixed {
  overflow: hidden;
}
body.black {
  background: #000;
  color: #ff0;
}
body.fontM {
  font-size: 100%;
}
body.fontL {
  font-size: 150%;
}
@media all and (max-width: 480px) {
  body.fontL {
    font-size: 100%;
  }
}
body.fontL #wrapper header {
  height: 320px;
}
@media all and (max-width: 480px) {
  body.fontL #wrapper header {
    height: auto;
  }
}
body.fontL #wrapper header .pc_menu .inner {
  max-width: 1300px;
}
body.fontL #wrapper header .pc_menu .inner div.user ul {
  max-width: 700px;
}
body.fontL #wrapper header .pc_menu .inner div.user ul.sns {
  max-width: 135px;
}
body.fontL #wrapper .main_bg .mainvisual .object {
  top: 290px;
}

html.active, body.active {
  position: fixed;
  overflow: hidden;
  height: 100%;
}

a {
  transition: 0.5s;
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  width: 100%;
}

.sp {
  display: none;
}
@media all and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media all and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.bg_green01 {
  background: #00844E;
}

.bg_green02 {
  background: #A6D411;
}

.bg_green03 {
  background: #DBF227;
}

.bg_blue01 {
  background: #8BBDFF;
}

.bg_blue02 {
  background: #004E94;
}

.bg_blue03 {
  background: #0A72CC;
}

.bg_pink01 {
  background: #FF80BB;
}

.bg_pink02 {
  background: #F64AA8;
}

.bg_pink03 {
  background: #CCACEC;
}

.bg_orange01 {
  background: #FFC720;
}

.bg_orange02 {
  background: #FFDA53;
}

.bg_orange03 {
  background: #EBCE84;
}

.bg_mono01 {
  background: #ECECEC;
}

.bg_mono02 {
  background: #A5A5A5;
}

.bg_mono03 {
  background: #5E5E5E;
}

/* iOSでのデフォルトスタイルをリセット
*****************************************************/
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

/* 共通
*****************************************************/
main .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1100px) {
  main .inner {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  main .inner {
    width: 90%;
  }
}
main .inner.w800 {
  max-width: 800px;
}
main .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  main .col2 {
    display: block;
  }
}
main .col2.wide {
  display: block;
}
main .col2.wide li {
  width: 100%;
}
main .intro {
  position: relative;
}
main .intro .block_logo {
  padding: 10px 10px 0;
}
main .intro .block_logo img {
  max-width: 140px;
}
main .intro .breadcrumb {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  text-align: left;
  padding: 0 0 30px;
  box-sizing: border-box;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  main .intro .breadcrumb {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  main .intro .breadcrumb {
    width: 90%;
    padding: 25px 0 15px;
  }
}
@media all and (max-width: 480px) {
  main .intro .breadcrumb {
    padding: 10px 0 15px;
  }
}
main .intro .breadcrumb li {
  color: #fff;
  margin-left: 50px;
}
@media all and (max-width: 480px) {
  main .intro .breadcrumb li {
    margin-left: 30px;
    font-size: 85%;
  }
}
main .intro .breadcrumb li:first-child {
  margin-left: 0;
}
@media all and (max-width: 480px) {
  main .intro .breadcrumb li p {
    margin-top: 0 !important;
    line-height: 1.6;
  }
}
main .intro .breadcrumb li p a {
  position: relative;
  color: #fff;
}
main .intro .breadcrumb li p a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 75%;
  position: absolute;
  top: 53%;
  right: -30px;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  main .intro .breadcrumb li p a::after {
    right: -20px;
    font-size: 70%;
  }
}
main .line {
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff000 80%);
  line-height: 1.2;
}
main .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin: auto;
}
@media all and (max-width: 1100px) {
  main .col2 {
    max-width: 95%;
  }
}
@media all and (max-width: 480px) {
  main .col2 {
    max-width: 90%;
    display: block;
  }
}
main .col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  main .col2 li {
    width: 100%;
  }
}
main .col2 li.wide {
  width: 100% !important;
}
main .col2.reverse li:first-child {
  order: 2;
}
main .col2.reverse li:nth-child(2) {
  order: 1;
}
main .col2.reverse li ul.col2 li:first-child {
  order: 1;
}
main .col2.reverse li ul.col2 li:nth-child(2) {
  order: 2;
}
main .col2_second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
@media all and (max-width: 1100px) {
  main .col2_second {
    max-width: 95%;
  }
}
@media all and (max-width: 480px) {
  main .col2_second {
    max-width: 90%;
    display: block;
  }
}
main .col2_second li {
  width: 48%;
}
@media all and (max-width: 480px) {
  main .col2_second li {
    width: 100%;
  }
}
main .col2_second li.wide {
  width: 100% !important;
}
main .col2_second.reverse li:first-child {
  order: 2;
}
main .col2_second.reverse li:nth-child(2) {
  order: 1;
}
main .col2_second.reverse li ul.col2_second li:first-child {
  order: 1;
}
main .col2_second.reverse li ul.col2_second li:nth-child(2) {
  order: 2;
}
main .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
}
@media all and (max-width: 1100px) {
  main .col3 {
    max-width: 95%;
  }
}
@media all and (max-width: 768px) {
  main .col3 {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  main .col3 {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 13px;
  }
}
main .col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
}
@media all and (max-width: 1100px) {
  main .col4 {
    max-width: 95%;
  }
}
@media all and (max-width: 768px) {
  main .col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  main .col4 {
    gap: 40px 13px;
    margin-top: 30px;
  }
}
main .col_Textbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 10px auto 0;
}
@media all and (max-width: 480px) {
  main .col_Textbox {
    margin: 30px auto 0;
  }
}
main .col_Textbox li.image {
  width: 360px;
}
@media all and (max-width: 768px) {
  main .col_Textbox li.image {
    width: 100%;
  }
}
main .col_Textbox li.text {
  width: calc(100% - 360px - 40px);
}
@media all and (max-width: 768px) {
  main .col_Textbox li.text {
    width: 100%;
    margin-top: 10px;
  }
}
main .col_Textbox li.text p {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  main .col_Textbox li.text p.title {
    font-size: 130%;
  }
}
main .col_Textbox.reverse li.image {
  order: 2;
}
@media all and (max-width: 768px) {
  main .col_Textbox.reverse li.image {
    order: 1;
  }
}
main .col_Textbox.reverse li.text {
  order: 1;
}
@media all and (max-width: 768px) {
  main .col_Textbox.reverse li.text {
    order: 2;
  }
}
main .col_Textbox.large li.image {
  width: 630px;
}
@media all and (max-width: 1025px) {
  main .col_Textbox.large li.image {
    width: 500px;
  }
}
@media all and (max-width: 768px) {
  main .col_Textbox.large li.image {
    width: 100%;
  }
}
main .col_Textbox.large li.text {
  width: calc(100% - 630px - 40px);
}
@media all and (max-width: 1025px) {
  main .col_Textbox.large li.text {
    width: calc(100% - 500px - 40px);
  }
}
@media all and (max-width: 768px) {
  main .col_Textbox.large li.text {
    width: 100%;
  }
}
main .col_Textbox_second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin: 0px auto 0;
}
@media all and (max-width: 480px) {
  main .col_Textbox_second {
    margin: 0px auto 0;
  }
}
main .col_Textbox_second li.image {
  width: 450px;
}
@media all and (max-width: 768px) {
  main .col_Textbox_second li.image {
    width: 100%;
  }
}
main .col_Textbox_second li.text {
  width: calc(100% - 450px - 40px);
}
@media all and (max-width: 768px) {
  main .col_Textbox_second li.text {
    width: 100%;
    margin-top: 10px;
  }
}
main .col_Textbox_second li.text p {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  main .col_Textbox_second li.text p.title {
    font-size: 130%;
  }
}
main .col_Textbox_second.reverse li.image {
  order: 2;
}
@media all and (max-width: 768px) {
  main .col_Textbox_second.reverse li.image {
    order: 1;
  }
}
main .col_Textbox_second.reverse li.text {
  order: 1;
}
@media all and (max-width: 768px) {
  main .col_Textbox_second.reverse li.text {
    order: 2;
  }
}
main .col_Textbox_second.large li.image {
  width: 630px;
}
@media all and (max-width: 1025px) {
  main .col_Textbox_second.large li.image {
    width: 500px;
  }
}
@media all and (max-width: 768px) {
  main .col_Textbox_second.large li.image {
    width: 100%;
  }
}
main .col_Textbox_second.large li.text {
  width: calc(100% - 630px - 40px);
}
@media all and (max-width: 1025px) {
  main .col_Textbox_second.large li.text {
    width: calc(100% - 500px - 40px);
  }
}
@media all and (max-width: 768px) {
  main .col_Textbox_second.large li.text {
    width: 100%;
  }
}
main .inner .col2, main .inner .col2_second, main .inner .col3, main .inner .col4, main .inner .col_Textbox, main .inner .col_Textbox_second {
  max-width: 100%;
}

#wrapper {
  overflow: hidden;
}

header {
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 10px !important;
  height: 250px;
}
@media all and (max-width: 1025px) {
  header {
    height: 0;
    padding-top: 15px;
    background: none;
  }
}
header .pc_menu {
  display: block;
  height: 60px;
}
@media all and (max-width: 1025px) {
  header .pc_menu {
    display: none;
    height: 100%;
  }
}
header .pc_menu .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1100px) {
  header .pc_menu .inner {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  header .pc_menu .inner {
    width: 90%;
    padding: 25px 0 15px;
  }
}
header .pc_menu .inner div.block_logo {
  width: 20%;
}
header .pc_menu .inner div.block_logo img.normal {
  display: block;
  max-width: 170px;
}
header .pc_menu .inner div.block_logo img.onlytop {
  display: none;
}
header .pc_menu .inner div.user ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 530px;
  align-items: center;
}
header .pc_menu .inner div.user ul li#bgcolor {
  display: flex;
  align-items: center;
  margin-left: 70px;
}
header .pc_menu .inner div.user ul li#bgcolor button {
  border: none;
  padding: 5px 7px;
  cursor: pointer;
}
header .pc_menu .inner div.user ul li#bgcolor button#white {
  background: #fff;
  color: #000;
  margin-left: 5px;
}
header .pc_menu .inner div.user ul li#bgcolor button#black {
  background: #000;
  color: #ff0;
}
header .pc_menu .inner div.user ul li#textsize {
  display: flex;
  align-items: center;
}
header .pc_menu .inner div.user ul li#textsize button {
  height: 35px;
  cursor: pointer;
}
header .pc_menu .inner div.user ul li#textsize button.fontM {
  margin-left: 8px;
}
header .pc_menu .inner div.user ul li#textsize button.fontL {
  font-size: 150%;
  margin-left: 5px;
}
header .pc_menu .inner div.user ul li#textsize button.fontL.textresizer-active {
  font-size: 100%;
}
header .pc_menu .inner div.user ul li.language {
  background: #636162;
  text-align: center;
}
header .pc_menu .inner div.user ul li.language a {
  color: #fff;
  padding: 3px 12px 7px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  header .pc_menu .inner div.user ul li.language a {
    padding: 7px 12px 5px;
  }
}
header .pc_menu .inner div.user ul li.textlink {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-top: 5px;
}
header .pc_menu .inner div.user ul li.textlink a {
  color: #000;
}
header .pc_menu .inner div.user ul li.textlink.on {
  border-bottom: 1px solid #fff000;
}
header .pc_menu .inner div.user ul li.search {
  max-width: 340px;
  width: 100%;
}
header .pc_menu .inner div.user ul li.search .gsc-control-cse {
  border: none;
  background: none;
  padding: 1em 0 0 1em;
}
@media all and (max-width: 480px) {
  header .pc_menu .inner div.user ul li.search .gsc-control-cse .gsc-results-wrapper-overlay {
    top: 10%;
  }
}
header .pc_menu .inner div.user ul li.search .gsc-search-button-v2 {
  border-color: #000;
  background: #a7a7a7;
  cursor: pointer;
}
header .pc_menu .inner div.user ul.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 210px;
  width: 100%;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  margin: auto 0 auto auto;
}
header .pc_menu .inner div.user ul.sns li img {
  max-width: 25px;
}
header .pc_menu .inner div.user ul.sns li img.normal {
  display: block;
}
header .pc_menu .inner div.user ul.sns li img.onlytop {
  display: none;
}
header .pc_menu .inner div.user ul.sns li:first-child {
  position: relative;
  margin-right: 10px;
}
header .pc_menu .inner div.user ul.sns li:first-child::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
header .pc_menu nav {
  width: 100%;
}
header .pc_menu nav.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
header .pc_menu nav.fixed .inner .lnav li {
  font-size: 90%;
}
header .pc_menu nav.fixed .inner .lnav li::after {
  content: none;
}
header .pc_menu nav.fixed .inner .lnav li a {
  color: #000;
}
header .pc_menu nav.fixed .inner .lnav li a img.normal {
  display: none !important;
}
header .pc_menu nav.fixed .inner .lnav li a img.onlytop {
  display: none !important;
}
@media all and (-ms-high-contrast: none) {
  header .pc_menu nav.fixed .inner .lnav li.home a, header .pc_menu nav.fixed .inner .lnav li.news a {
    padding-top: 10px;
  }
}
header .pc_menu nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
header .pc_menu nav .inner .lnav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .pc_menu nav .inner .lnav li {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: auto;
  width: 15%;
  font-size: 95%;
}
header .pc_menu nav .inner .lnav li::after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  height: 100%;
  right: -2%;
  top: 0;
}
header .pc_menu nav .inner .lnav li:last-child::after {
  content: none;
}
@media all and (-ms-high-contrast: none) {
  header .pc_menu nav .inner .lnav li.home a {
    padding-top: 5px;
  }
}
header .pc_menu nav .inner .lnav li.home a img {
  margin: 0 auto 20px;
}
header .pc_menu nav .inner .lnav li.home a svg {
  margin: 0 auto 20px;
}
header .pc_menu nav .inner .lnav li.access a img {
  max-width: 35px;
  margin: 0 auto 5px;
}
header .pc_menu nav .inner .lnav li.access a svg {
  max-width: 35px;
  margin: 0 auto 5px;
}
@media all and (-ms-high-contrast: none) {
  header .pc_menu nav .inner .lnav li.news a {
    padding-top: 5px;
  }
}
header .pc_menu nav .inner .lnav li.news a img {
  margin: 0 auto 20px;
}
header .pc_menu nav .inner .lnav li.news a svg {
  margin: 0 auto 20px;
}
header .pc_menu nav .inner .lnav li a {
  color: #fff;
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
header .pc_menu nav .inner .lnav li a img {
  max-width: 30px;
  display: block;
  margin: 0 auto 10px;
}
header .pc_menu nav .inner .lnav li a img.normal {
  display: block;
}
header .pc_menu nav .inner .lnav li a img.onlytop {
  display: none;
}
header .pc_menu nav .inner .lnav li:hover {
  opacity: 0.7;
  transition: 0.5s;
}
header .sp_menu {
  display: none;
}
@media all and (max-width: 1025px) {
  header .sp_menu {
    display: block;
    padding-left: 10px;
  }
}
header .sp_menu .menu-trigger {
  display: block;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  background: #fcf;
}
header .sp_menu .menu-trigger.active {
  background: #000;
}
header .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
header .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
header .sp_menu .menu-trigger.active span:nth-of-type(4) {
  left: 16px;
}
header .sp_menu .menu-trigger.active span:nth-of-type(4)::after {
  content: "とじる";
}
header .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 14px;
  width: 28px;
  height: 3px;
  background: #fff;
  transition: all 0.5s;
}
header .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 11px;
}
header .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
header .sp_menu .menu-trigger span:nth-of-type(3) {
  top: 29px;
}
header .sp_menu .menu-trigger span:nth-of-type(4) {
  background: none;
  width: 100%;
  left: 12px;
  bottom: 22px;
}
header .sp_menu .menu-trigger span:nth-of-type(4)::after {
  content: "メニュー";
  background: none;
  font-size: 50%;
  color: #fff;
  text-align: center;
  bottom: 8px;
  font-weight: bold;
}
header .sp_menu nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(1025px);
  transition: all 0.5s;
  display: block;
  overflow-y: scroll;
  height: 100%;
}
header .sp_menu nav.open {
  transform: translateZ(0);
  left: 0;
}
header .sp_menu nav .block_logo {
  padding: 14px 10px 0;
}
header .sp_menu nav .block_logo img {
  max-width: 280px;
}
@media all and (max-width: 320px) {
  header .sp_menu nav .block_logo img {
    max-width: 230px;
  }
}
header .sp_menu nav .search {
  margin: 20px 50px 0;
}
@media all and (max-width: 480px) {
  header .sp_menu nav .search {
    margin: 20px 20px 0;
  }
}
header .sp_menu nav .search .gsc-control-cse {
  border: none;
  background: none;
}
header .sp_menu nav .search .gsc-search-button-v2 {
  border-color: #000;
  background: #a7a7a7;
}
header .sp_menu nav .splnav {
  padding: 20px 0;
}
header .sp_menu nav .splnav li {
  text-align: left;
  border-bottom: 1px solid #bbb;
  font-size: 110%;
  background-position: center left 8%;
  background-size: 40px;
  background-repeat: no-repeat;
}
header .sp_menu nav .splnav li:first-child {
  border-top: 1px solid #bbb;
}
header .sp_menu nav .splnav li a {
  color: #42210b;
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 17px 20px 14px 25px;
  box-sizing: border-box;
}
header .sp_menu nav .splnav li a p img {
  max-width: 30px;
  vertical-align: middle;
  margin-right: 20px;
}
header .sp_menu nav .textlink {
  line-height: 2.5;
  margin-left: 60px;
}
@media all and (max-width: 480px) {
  header .sp_menu nav .textlink {
    margin-left: 35px;
  }
}
header .sp_menu nav .textlink p a {
  color: #1e839e;
  border-bottom: 1px solid #1e839e;
}
header .sp_menu nav .textlink p:first-child a {
  font-size: 150%;
  font-weight: bold;
}
header .sp_menu nav .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  margin: 25px 0 20px 60px;
  color: #42210b;
}
@media all and (max-width: 480px) {
  header .sp_menu nav .sns {
    margin: 25px 0 20px 35px;
  }
}
header .sp_menu nav .sns li img {
  max-width: 35px;
}
header .sp_menu nav .sns li:first-child {
  position: relative;
  margin-right: 10px;
}
header .sp_menu nav .sns li:first-child::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

footer {
  position: relative;
  text-align: center;
  padding: 0 0 50px;
  font-size: 90%;
}
@media all and (max-width: 480px) {
  footer {
    width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
}
footer .contact {
  padding-top: 200px;
}
@media all and (max-width: 1025px) {
  footer .contact {
    padding-top: 150px;
  }
}
@media all and (max-width: 768px) {
  footer .contact {
    padding-top: 80px;
  }
}
footer .contact > p {
  font-weight: 500;
  font-size: 200%;
}
footer .contact p {
  line-height: 1.8;
}
footer .contact .address p {
  font-size: 110%;
}
footer .contact .address p:nth-child(odd) {
  margin-top: 5px;
}
footer .contact .address p:nth-child(even) {
  margin-top: 0;
  margin-bottom: 20px;
}
footer .contact .address p span.pc {
  display: inline-block;
  margin: 0 10px;
}
@media all and (max-width: 480px) {
  footer .contact .address p span.pc {
    display: none;
  }
}
footer .create p, footer .create_second p {
  margin-top: 30px;
  line-height: 1.8;
}
footer .create p:first-child, footer .create_second p:first-child {
  font-weight: 500;
  font-size: 200%;
}
@media all and (max-width: 480px) {
  footer .create p:first-child, footer .create_second p:first-child {
    font-size: 180%;
  }
}
footer .create p:nth-child(2), footer .create_second p:nth-child(2) {
  margin-top: 10px;
  font-size: 120%;
}
footer .create p:nth-child(3), footer .create_second p:nth-child(3) {
  margin-top: 80px;
  font-size: 100%;
}
@media all and (max-width: 480px) {
  footer .create p:nth-child(3), footer .create_second p:nth-child(3) {
    font-size: 90%;
  }
}
footer .create p a, footer .create_second p a {
  color: #fff;
}
footer ul {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
footer .address {
  margin-top: 15px;
  line-height: 2;
  font-size: 110%;
}
@media all and (max-width: 480px) {
  footer .address {
    line-height: 1.6;
    font-size: 100%;
  }
}
footer .copyright {
  padding-top: 40px;
  font-size: 90%;
}
footer #pagetop {
  z-index: 99;
  display: block;
  position: fixed;
  padding: 25px;
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 25px;
  height: 25px;
  right: 10px;
  border-radius: 25px;
  transition: none;
  background: #000;
  transition: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    position: relative;
    margin: 40px auto 0;
    right: auto;
  }
}
footer #pagetop:hover {
  opacity: 0.7;
  transition: 0.5s;
}
footer #pagetop::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  transform: rotate(45deg);
}

/* 下層共通
*****************************************************/
p.lead {
  text-align: center;
  color: #fff;
  font-size: 200%;
  letter-spacing: 2px;
  font-weight: bold;
}
@media all and (max-width: 1440px) {
  p.lead {
    font-size: 150%;
  }
}
@media all and (max-width: 480px) {
  p.lead {
    font-size: 100%;
  }
}
@media all and (max-width: 320px) {
  p.lead {
    font-size: 90%;
  }
}
p.othersicon {
  text-align: center;
  margin: 50px auto 0;
}
p.othersicon img {
  max-width: 250px;
}
@media all and (max-width: 480px) {
  p.othersicon img {
    max-width: 150px;
  }
}
p.txtc {
  text-align: center;
}

img.pointicon {
  max-width: 130px;
}
@media all and (max-width: 480px) {
  img.pointicon {
    max-width: 110px;
  }
}
img.arch {
  max-height: 35px;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  img.arch {
    max-width: 175px;
    max-height: 35px;
  }
}
@media all and (max-width: 480px) {
  img.arch {
    max-height: 20px;
    margin-bottom: 0;
  }
}
img.arch_l {
  max-height: 45px;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  img.arch_l {
    max-width: 201px;
    max-height: 45px;
  }
}
@media all and (max-width: 480px) {
  img.arch_l {
    max-height: 30px;
    margin-bottom: 0;
  }
}
img.arch_s {
  max-height: 30px;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  img.arch_s {
    max-width: 134px;
    max-height: 30px;
  }
}
@media all and (max-width: 480px) {
  img.arch_s {
    max-height: 20px;
    margin-bottom: 0;
  }
}

ul.notice {
  margin: 10px 0 30px;
  font-size: 90%;
}
ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  width: 100%;
  text-align: left !important;
}
@media all and (max-width: 480px) {
  ul.notice li {
    width: 94%;
    text-indent: -0.6em;
  }
}
ul.notice li a {
  text-decoration: underline;
}
ul.notice.mb0 {
  margin: 10px 0 0;
}
ul.list li {
  width: 100%;
  padding-left: 1.3em;
  text-indent: -1.2em;
}
@media all and (max-width: 480px) {
  ul.list li {
    width: 94% !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}
@media all and (max-width: 480px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

/* 下層共通　背景色変更時
*****************************************************/
.on {
  color: #fff000 !important;
}
.on a {
  color: #fff000 !important;
}
.on svg path {
  fill: #fff000;
}

h2.on svg path {
  fill: #fff000;
}

.link.on {
  background-image: none !important;
  border: 1px solid #fff000;
  border-radius: 5px;
}

p span.color.on {
  color: #fff000 !important;
}

.bg_c.on {
  background: none;
}
.bg_c.on::before {
  background-image: none;
}
.bg_c.on::after {
  background-image: none;
}

header.on {
  background: none !important;
}
header.on .pc_menu .inner div.user ul li.textlink a {
  color: #fff000;
}
header.on .pc_menu nav.fixed {
  background: #000;
}
header.on .pc_menu nav .inner .lnav li::after {
  content: none;
}
header.on .pc_menu nav .inner .lnav li a {
  color: #fff000;
}
header.on .pc_menu nav .inner .lnav li a svg path {
  fill: #fff000;
  stroke: #fff000;
}

main .line.on {
  background: none;
}
main .intro.on {
  background-color: #000 !important;
}
main .intro.on::after {
  content: none;
}
main .intro.on .breadcrumb li {
  color: #fff000;
}
main .intro.on .anchor li a {
  color: #000 !important;
}

.footer_wrapper {
  position: relative;
}
.footer_wrapper .footer_img {
  position: absolute;
  top: -120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 1440px) {
  .footer_wrapper .footer_img {
    top: -40px;
  }
}
@media all and (max-width: 1440px) and (-ms-high-contrast: none) {
  .footer_wrapper .footer_img {
    top: -10px;
  }
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img {
    top: 0;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img {
    top: -70px;
  }
}
.footer_wrapper .footer_img li:first-child {
  width: 12%;
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img li:first-child {
    width: 15%;
  }
}
@media all and (max-width: 768px) {
  .footer_wrapper .footer_img li:first-child {
    width: 20%;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img li:first-child {
    width: 30%;
  }
}
.footer_wrapper .footer_img li:nth-child(2) {
  width: 12%;
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img li:nth-child(2) {
    width: 15%;
  }
}
@media all and (max-width: 768px) {
  .footer_wrapper .footer_img li:nth-child(2) {
    width: 20%;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img li:nth-child(2) {
    width: 30%;
  }
}
.footer_wrapper footer.on {
  background: none;
  color: inherit;
}
.footer_wrapper footer.on::before {
  background: none;
}
.footer_wrapper footer.on a {
  color: inherit;
}
.footer_wrapper footer.on #pagetop {
  background: #fff000;
}
.footer_wrapper footer.on #pagetop::before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

/* テキストテンプレート用スタイル
*****************************************************/
.space {
  padding-top: 50px !important;
}
@media all and (max-width: 480px) {
  .space {
    padding-top: 25px !important;
  }
}

.space_big {
  padding-top: 100px !important;
}
@media all and (max-width: 480px) {
  .space_big {
    padding-top: 50px !important;
  }
}

span.underline {
  text-decoration: underline;
}
span.bold {
  font-weight: bold;
}
span.big {
  font-size: 150%;
}
span.small {
  font-size: 90%;
}

a.textlink {
  color: #1e839e;
  border-bottom: 1px solid #1e839e;
}

.txt_big {
  font-size: 200%;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .txt_big {
    font-size: 150%;
  }
}

.txt_sbig {
  font-size: 150%;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .txt_sbig {
    font-size: 120%;
  }
}

.txt_normal {
  font-size: 140%;
}
@media all and (max-width: 480px) {
  .txt_normal {
    font-size: 100%;
  }
}

.txt_small {
  font-size: 80%;
}

/* 見出しテンプレート */
.midashi {
  font-size: 150%;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .midashi {
    font-size: 120%;
    margin-bottom: 15px !important;
  }
}

.double_line span {
  border-bottom: 6px double #000;
  display: inline-block;
}

.line_left {
  padding: 5px 10px;
  border-left: 8px solid #9FCB42;
  line-height: 1;
}

.bg_line span {
  background: #E2EFC6;
  border-bottom: 5px solid #9FCB42;
  padding: 5px 15px;
}

.grade_line span {
  position: relative;
  padding: 5px 10px;
}
.grade_line span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-image: linear-gradient(to right, #9FCB41 0%, #92D2FE 100%);
}

.tag_ttl span {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding: 5px 10px;
  color: #fff;
  background: #9FCB42;
}
.tag_ttl span:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  border-width: 27px 31px 27px 0;
  border-style: solid;
  border-color: transparent #9FCB42 transparent transparent;
}
@media all and (max-width: 480px) {
  .tag_ttl span:before {
    border-width: 23px 31px 23px 0;
  }
}
.tag_ttl span:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -15px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.fukidashi_ttl span {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border-radius: 10px;
  background: #9FCB42;
}
.fukidashi_ttl span:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #9FCB42 transparent transparent transparent;
}

.subcopy_ttl {
  position: relative;
  padding-top: 25px;
}
@media all and (max-width: 480px) {
  .subcopy_ttl {
    padding-top: 30px;
  }
}
.subcopy_ttl span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  border-radius: 5px 5px 0 0;
  background: #9FCB42;
  color: #fff;
  font-size: 50%;
}
@media all and (max-width: 480px) {
  .subcopy_ttl span:first-child {
    font-size: 80%;
  }
}
.subcopy_ttl span:last-child {
  border-radius: 0 5px 5px 5px;
  padding: 5px 15px;
  position: relative;
  background: #E2EFC6;
  z-index: 1;
}

/* リンクボタンテンプレート用スタイル
*****************************************************/
.more_btn {
  margin-left: -5px;
  margin-right: -5px;
}
.more_btn.green a {
  background: #9FCB42;
}
.more_btn.white a {
  background: #fff;
  border-color: #9FCB42;
  color: #9FCB42;
}
.more_btn.large a {
  max-width: 500px;
  width: 100%;
}
.more_btn a {
  display: inline-block;
  padding: 10px;
  min-width: 270px;
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #9FCB42;
  position: relative;
  font-weight: 700;
  margin: 5px;
}
.more_btn a:after {
  position: absolute;
  right: 20px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* テキストリンク共通 */
.txt_link a {
  position: relative;
}
.txt_link a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 30px;
  position: relative;
  top: 8px;
  margin-left: 12px;
}

/* リンクボタン共通 */
@media all and (max-width: 480px) {
  .btn_link {
    margin-top: 10px !important;
  }
}
.btn_link a {
  position: relative;
  display: inline-block;
  padding: 3px 40px 3px 20px;
  border: 2px solid rgba(136, 136, 136, 0.5333333333);
}
.btn_link a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  position: absolute;
  right: 15px;
  margin-left: 12px;
}

/* 各種アイコン出し分け */
.pdf_link a:after {
  background: url(/common/images/icon_pdf.svg) no-repeat center center/100% auto;
}

.excel_link a:after {
  background: url(/common/images/icon_excel.svg) no-repeat center center/100% auto;
}

.word_link a:after {
  background: url(/common/images/icon_word.svg) no-repeat center center/100% auto;
}

.gaibu_link a:after {
  background: url(/common/images/icon_gaibu.svg) no-repeat center center/100% auto;
}

.movie_link a:after {
  background: url(/common/images/icon_movie.svg) no-repeat center center/100% auto;
}

.download_link a:after {
  background: url(/common/images/icon_download.svg) no-repeat center center/100% auto;
}

/* 角丸テンプレート用スタイル
*****************************************************/
.kadomaru_b5 {
  border-radius: 5px;
}

.kadomaru_b10 {
  border-radius: 10px;
}

.kadomaru_b20 {
  border-radius: 20px;
}

.kadomaru_b30 {
  border-radius: 30px;
}

.kadomaru_b100 {
  border-radius: 100px;
}

/* 背景色テンプレート用スタイル
*****************************************************/
.clip_bg {
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  padding: 80px 20px;
}
@media all and (max-width: 480px) {
  .clip_bg {
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
    padding: 50px 15px;
  }
}

.normal_bg {
  padding: 30px;
}
@media all and (max-width: 480px) {
  .normal_bg {
    padding: 15px;
  }
}

/* 背景（幅のパターン）用スタイル
*****************************************************/
.w90p {
  width: 90%;
  margin: auto;
}

.w80p {
  width: 80%;
  margin: auto;
}
@media all and (max-width: 768px) {
  .w80p {
    width: 90%;
  }
}

.w70p {
  width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  .w70p {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .w70p {
    width: 90%;
  }
}

.w800 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media all and (max-width: 768px) {
  .w800 {
    width: 90%;
  }
}

.color_sample {
  display: flex;
}
.color_sample li {
  padding: 20px;
  width: 200px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .color_sample li {
    width: 33.333%;
    padding: 10px;
    font-size: 90%;
  }
}