@charset "UTF-8";
/* base
------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 下層トップ
------------------------------------------------------------------------------------------------------------------------------------------------------- */
.underlayer {
  width: 100%;
  margin-top: 8rem;
}

@media (max-width: 850px) {
  .underlayer {
    margin-top: 0;
  }
}

.underlayer_ttl {
  z-index: 30;
  position: relative;
  margin-bottom: 12rem;
}

.underlayer_ttl .underlayer_ttl_mark {
  width: 10rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.underlayer_ttl .underlayer_ttl_mark .banner_color {
  fill: #005EA5;
}

.underlayer_ttl h3 {
  height: 4rem;
  width: auto;
  margin-bottom: 7rem;
  text-align: center;
}

.underlayer_ttl h3 img {
  width: auto;
  height: 100%;
}

@media (max-width: 600px) {
  .underlayer_ttl {
    margin-bottom: 7rem;
  }
  .underlayer_ttl .underlayer_ttl_mark {
    width: 5rem;
    margin: 0 auto;
  }
  .underlayer_ttl h3 {
    height: 2rem;
    margin-bottom: 5rem;
  }
}

.underlayer_ttl_inn {
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 10rem 0;
}

.underlayer_ttl_inn h4 {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 3rem;
  line-height: 0;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.underlayer_ttl_inn h4 span {
  font-size: 4.6rem;
  background-color: #005EA5;
  color: #fff;
}

@media (max-width: 600px) {
  .underlayer_ttl_inn {
    padding: 6rem 0;
  }
  .underlayer_ttl_inn h4 {
    font-size: 2rem;
  }
  .underlayer_ttl_inn h4 span {
    font-size: 3.2rem;
  }
}

/* reset
------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* utillity
------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: calc(100vw / 192);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 2700px) {
  html {
    font-size: calc(100vw / 270);
  }
}

@media all and (max-width: 2600px) {
  html {
    font-size: calc(100vw / 260);
  }
}

@media all and (max-width: 2500px) {
  html {
    font-size: calc(100vw / 250);
  }
}

@media all and (max-width: 2400px) {
  html {
    font-size: calc(100vw / 240);
  }
}

@media all and (max-width: 2300px) {
  html {
    font-size: calc(100vw / 230);
  }
}

@media all and (max-width: 2200px) {
  html {
    font-size: calc(100vw / 220);
  }
}

@media all and (max-width: 2100px) {
  html {
    font-size: calc(100vw / 210);
  }
}

@media all and (max-width: 2000px) {
  html {
    font-size: calc(100vw / 200);
  }
}

@media all and (max-width: 1900px) {
  html {
    font-size: calc(100vw / 190);
  }
}

@media all and (max-width: 1800px) {
  html {
    font-size: calc(100vw / 180);
  }
}

@media all and (max-width: 1700px) {
  html {
    font-size: calc(100vw / 170);
  }
}

@media all and (max-width: 1600px) {
  html {
    font-size: calc(100vw / 160);
  }
}

@media all and (max-width: 1500px) {
  html {
    font-size: calc(100vw / 150);
  }
}

@media all and (max-width: 1400px) {
  html {
    font-size: calc(100vw / 140);
  }
}

@media all and (max-width: 1300px) {
  html {
    font-size: calc(100vw / 130);
  }
}

@media all and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

@media all and (max-width: 1100px) {
  html {
    font-size: calc(100vw / 110);
  }
}

@media all and (max-width: 1050px) {
  html {
    font-size: calc(100vw / 105);
  }
}

@media all and (max-width: 900px) {
  html {
    font-size: calc(100vw / 90);
  }
}

@media all and (max-width: 600px) {
  html {
    font-size: calc(100vw / 60);
  }
}

@media all and (max-width: 480px) {
  html {
    font-size: calc(100vw / 48);
  }
}

@media all and (max-width: 380px) {
  html {
    font-size: calc(100vw / 40);
  }
}

body {
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: #4d4d4d;
  padding: 0;
  margin: 0;
}

body *:not(br) {
  line-height: 1.6;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

figure {
  padding: 0;
  margin: 0;
}

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

/* 汎用メディアクエリ
-------------------------------------- */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.tabpc {
  display: block !important;
}

.tabsp {
  display: none !important;
}

@media all and (max-width: 800px) {
  .tab {
    display: block !important;
  }
  .tabpc {
    display: none !important;
  }
  .tabsp {
    display: block !important;
  }
}

@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-weight: 400;
  }
}

/* header
------------------------------------------------------------------------------------------------------------------------------------------------------- */
#menu {
  width: 100%;
  z-index: 400;
}

@media (max-width: 850px) {
  #menu {
    display: none !important;
  }
}

.logo_back {
  position: fixed;
  left: -9%;
  top: 6.5rem;
  width: 40%;
  height: auto;
  z-index: 1;
}

@media (max-width: 850px) {
  .logo_back {
    display: none !important;
  }
}

.totop {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  z-index: 400;
}

.totop.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 850px) {
  .totop {
    position: fixed;
    right: 4%;
    bottom: 3rem;
    width: 7rem;
    height: 7rem;
  }
  .totop.under_active {
    bottom: 15rem;
  }
}

button {
  width: 50px;
  height: 50px;
  position: fixed !important;
  right: 5% !important;
  top: 1rem !important;
}

/*アイコン===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #020202;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.hamburger-nav {
  padding: 0 5% !important;
  height: 100%;
  background-color: #ebf7fd !important;
}

.hamburger-nav .link_area_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}

.hamburger-nav .link_area_logo .img {
  width: 10%;
  margin-right: 2%;
}

.hamburger-nav .link_area_logo h2 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}

.hamburger-nav .item {
  padding: 3rem 8% 0;
  border-top: solid 1px #005EA5;
}

.hamburger-nav .link_area {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  border-top: solid 1px #005EA5;
}

.hamburger-nav .link_area li {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #005EA5;
}

.hamburger-nav .link_area li a {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.4em;
  line-height: 1.4;
  position: relative;
}

.hamburger-nav .link_area li a::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid;
  border-color: transparent transparent #020202 #020202;
  -webkit-transform: rotate(225deg) skew(10deg, 10deg);
          transform: rotate(225deg) skew(10deg, 10deg);
}

.hamburger-nav .link_area li a :hover {
  opacity: 1;
}

.hamburger-nav .link_area .twoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hamburger-nav .link_area .twoc p {
  width: 100%;
}

.hamburger-nav .link_area .twoc a {
  width: 48%;
}

.hamburger-nav .link_area .twoc a::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger-nav .link_area .twoc span {
  margin-left: 0.5rem;
}

.hamburger-nav .link_area p {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.4em;
  line-height: 1.4;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #020202;
}

.hamburger-nav .link_area p.innter {
  margin-bottom: 0.8rem;
}

.hamburger-nav .link_area span {
  font-size: 1.4rem;
  margin-left: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#menu {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 300;
}

.mainmenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-top: solid 0.8rem #089ADC;
}

.mainmenu .mainmenu_logo {
  width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainmenu .mainmenu_logo p {
  padding-left: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}

.mainmenu .mainmenu_logo p span {
  font-size: 2.7rem;
}

.mainmenu .mainmenu_logo .img {
  max-width: 5rem;
  width: auto;
  height: auto;
}

.mainmenu .mainmenu_logo img {
  width: 100%;
  height: auto;
}

.mainmenu ul {
  width: 60%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainmenu li {
  width: 25%;
  text-align: center;
  position: relative;
}

.mainmenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainmenu li a h3 {
  font-size: 1.5rem;
  padding: 1rem 0 2rem;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainmenu li a .txt {
  height: 1.2em;
  border-right: solid 1px #020202;
  width: 100%;
  position: relative;
  margin: 3rem 0;
}

.mainmenu li a .txt p {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.mainmenu li a .last {
  border-right: none;
}

.mainmenu li a:hover {
  opacity: 1;
}

.mainmenu li a:hover .txt p {
  color: #005EA5;
}

.mainmenu .c1100 {
  display: none;
}

@media (max-width: 1100px) {
  .mainmenu ul {
    width: 50%;
    padding-right: 0;
  }
  .mainmenu li .txt p {
    font-size: 1.4rem;
  }
  .mainmenu .c1100 {
    display: block;
  }
}

.downmenu {
  position: relative;
  z-index: 10;
}

.downmenu_content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.downmenu_content li {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 4rem 2%;
}

.downmenu_content a {
  padding-right: 6rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.downmenu_content a::after {
  content: "";
  position: absolute;
  right: 15%;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid;
  border-color: transparent transparent #020202 #020202;
  -webkit-transform: rotate(225deg) skew(10deg, 10deg);
          transform: rotate(225deg) skew(10deg, 10deg);
}

.downmenu_content.active {
  height: 10rem;
  opacity: 1;
}

.top_view_sp {
  display: none;
}

.top_view_sp .top_view_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 4% 0;
}

.top_view_sp .top_view_logo .img {
  width: 10%;
  margin-right: 2%;
}

.top_view_sp .top_view_logo h2 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}

@media (max-width: 850px) {
  .top_view_sp {
    display: block;
  }
}

/* footer
------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer {
  background-color: #089ADC;
}

.submenu {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submenu ul {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.submenu ul li {
  width: 25%;
}

.submenu ul li a {
  display: block;
}

.submenu ul li h3 {
  font-size: 1.5rem;
  padding: 1rem 0 2rem;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu ul li .txt {
  height: 1.2em;
  border-right: solid 1px #fff;
  width: 100%;
  position: relative;
  margin: 1.5rem 0;
}

.submenu ul li .txt p {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.submenu ul li .last {
  border-right: none;
}

.submenu ul li.pura {
  width: 50%;
  text-align: end;
}

@media (max-width: 1200px) {
  .submenu ul {
    padding-right: 1%;
  }
}

@media (max-width: 1100px) {
  .submenu ul li .txt p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1000px) {
  .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .submenu ul {
    margin-bottom: 6rem;
  }
  .submenu ul li {
    display: none;
  }
  .submenu ul li.pura {
    display: initial;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .submenu ul {
    margin-bottom: 3rem;
  }
  .submenu ul li {
    display: none;
  }
  .submenu ul li .txt p {
    font-size: 1.3rem;
  }
}

.submenu_logo {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0;
}

.submenu_logo .img {
  width: 12%;
}

.submenu_logo .txt {
  width: 83%;
}

.submenu_logo .txt h2 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 600;
  color: #fff;
}

.submenu_logo .txt p {
  font-size: 1.5rem;
  color: #fff;
}

.submenu_logo .txt p span {
  font-size: 2.1rem;
}

.submenu_logo .txt p a {
  color: #fff;
}

@media (max-width: 1200px) {
  .submenu_logo {
    margin-left: 3%;
  }
}

@media (max-width: 1000px) {
  .submenu_logo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 0 2rem;
    margin-left: 0%;
  }
  .submenu_logo .img {
    margin-right: 1rem;
  }
  .submenu_logo .txt {
    width: auto;
  }
}

@media (max-width: 600px) {
  .submenu_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0 0;
  }
  .submenu_logo .img {
    width: 35%;
  }
  .submenu_logo .txt {
    width: auto;
  }
  .submenu_logo .txt h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .submenu_logo .txt p {
    font-size: 1.3rem;
    text-align: center;
  }
  .submenu_logo .txt p span {
    font-size: 1.5rem;
  }
}

.copy {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

/* topm nomi
------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top_view {
  margin-top: 8rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(46%, #fff), color-stop(55%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 46%, rgba(255, 255, 255, 0) 55%);
}

.top_view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 850px) {
  .top_view {
    display: none;
  }
}

.top_view_txt {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_view_txt div {
  max-width: 40rem;
  width: 100%;
  margin: 0 4rem 0 auto;
}

.top_view_txt p {
  font-size: 5.7rem;
  font-family: "游ゴシック体", YuGothic;
  font-weight: 600;
  color: #005EA5;
  position: relative;
  text-decoration: none;
}

.top_view_txt p::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #005EA5;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-animation: line 3s forwards;
          animation: line 3s forwards;
}

@media (max-width: 1100px) {
  .top_view_txt div {
    max-width: 30rem;
  }
  .top_view_txt p {
    font-size: 3.7rem;
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.top_view_img {
  width: 55%;
  height: 48vw;
  border-top: solid 5rem #089ADC;
  position: relative;
}

.top_view_img .top_view_man {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 90%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: topimg_man 4s forwards;
          animation: topimg_man 4s forwards;
}

.top_view_img .top_view_man_move {
  position: absolute;
  top: 50%;
  left: 150%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 80%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: topimg_man2 7s forwards;
          animation: topimg_man2 7s forwards;
}

.top_view_img .top_view_three {
  position: absolute;
  top: 27%;
  left: 15%;
  width: 50%;
  height: auto;
  z-index: 10;
  opacity: 0;
  -webkit-animation: topimg 3s forwards;
          animation: topimg 3s forwards;
}

@-webkit-keyframes topimg {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes topimg {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes topimg_man {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topimg_man {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes topimg_man2 {
  0% {
    left: 150%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}

@keyframes topimg_man2 {
  0% {
    left: 150%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}

.top_greeting {
  max-width: 120rem;
  width: 100%;
  margin: 15rem auto;
  z-index: 30;
  position: relative;
}

.top_greeting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_greeting li {
  width: 47%;
}
.top_greeting li:last-child {
  width: 44%;
}
.top_greeting .top_greeting_txt div {
  height: 4rem;
  width: auto;
  margin-bottom: 3rem;
}

.top_greeting .top_greeting_txt div img {
  width: auto;
  height: 100%;
}

.top_greeting .top_greeting_txt h3 {
  font-size: 3rem;
  line-height: 0;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.top_greeting .top_greeting_txt h3 span {
  font-size: 4.6rem;
  background-color: #005EA5;
  color: #fff;
}

.top_greeting .top_greeting_txt p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .top_greeting {
    width: 92%;
  }
  .top_greeting li {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .top_greeting {
    margin: 6rem auto;
  }
  .top_greeting ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_greeting li {
    width: 100%;
  }
  .top_greeting .top_greeting_txt div {
    height: 2rem;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .top_greeting .top_greeting_txt h3 {
    font-size: 2rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  .top_greeting .top_greeting_txt h3 span {
    font-size: 3.2rem;
  }
  .top_greeting .top_greeting_txt p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .top_greeting li:last-child {
    width: 100%;
  }
}

.top_works {
  z-index: 30;
  position: relative;
}

.top_works h3 {
  height: 4rem;
  width: auto;
  margin-bottom: 7rem;
  text-align: center;
}

.top_works h3 img {
  width: auto;
  height: 100%;
}

@media (max-width: 600px) {
  .top_works h3 {
    height: 2rem;
    margin-bottom: 5rem;
  }
}

.top_works_inn {
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 10rem 0;
}

.top_works_inn h4 {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 3rem;
  line-height: 0;
  letter-spacing: 0.1em;
}

.top_works_inn h4 span {
  font-size: 4.6rem;
  background-color: #005EA5;
  color: #fff;
}

.top_works_inn .top_works_item {
  max-width: 80rem;
  width: 92%;
  margin: 0 auto 4rem;
  background-color: #fff;
  padding: 5rem 0 4rem;
}

.top_works_inn .top_works_item div {
  width: auto;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

.top_works_inn .top_works_item div img {
  width: auto;
  height: 100%;
}

.top_works_inn .top_works_item h5 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.top_works_inn .top_works_item p {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 auto;
  max-width: 43rem;
}

.top_works_inn .top_works_item.last {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .top_works_inn {
    padding: 6rem 0;
  }
  .top_works_inn h4 {
    font-size: 2rem;
  }
  .top_works_inn h4 span {
    font-size: 3.2rem;
  }
  .top_works_inn .top_works_item {
    max-width: 80rem;
    width: 92%;
    margin: 0 auto 2rem;
    background-color: #fff;
    padding: 3rem 0 3rem;
  }
  .top_works_inn .top_works_item div {
    height: 6rem;
    margin-bottom: 3rem;
  }
  .top_works_inn .top_works_item h5 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .top_works_inn .top_works_item p {
    font-size: 1.5rem;
    width: 92%;
  }
}

.top_banner {
  max-width: 70rem;
  width: 80%;
  margin: 10rem auto;
  position: relative;
  z-index: 30;
}

.top_banner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_banner li {
  width: 18%;
  border: solid 1px #005EA5;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_banner li a {
  display: block;
  padding: 1.5rem 0;
}

.top_banner li a:hover {
  opacity: 1;
}

.top_banner li svg {
  width: 60%;
  margin: 0 20%;
}

.top_banner li p {
  font-size: 1.6rem;
  color: #005EA5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_banner li .banner_color {
  fill: #005EA5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_banner li:hover {
  background-color: #005EA5;
}

.top_banner li:hover p {
  color: #fff;
}

.top_banner li:hover .banner_color {
  fill: #fff;
}

@media (max-width: 600px) {
  .top_banner {
    margin: 6rem auto 5rem;
    width: 92%;
  }
  .top_banner ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_banner li {
    width: 30%;
    margin: 0 0.5rem 1rem;
  }
  .top_banner li a {
    display: block;
    padding: 1.5rem 0;
  }
  .top_banner li a:hover {
    opacity: 1;
  }
  .top_banner li svg {
    width: 60%;
    margin: 0 20%;
  }
  .top_banner li p {
    font-size: 1.6rem;
    color: #005EA5;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top_banner li .banner_color {
    fill: #005EA5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top_banner li:hover {
    background-color: #005EA5;
  }
  .top_banner li:hover p {
    color: #fff;
  }
  .top_banner li:hover .banner_color {
    fill: #fff;
  }
}

.top_contact {
  background-color: rgba(19, 112, 227, 0.1);
  position: relative;
  z-index: 30;
  padding: 5rem 0;
  overflow: hidden;
  margin-bottom: 10rem;
}

.top_contact h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
}

.top_contact h3 span {
  font-size: 2.7rem;
  font-weight: 300;
}

.top_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80rem;
  margin: 0 auto;
  width: 90%;
}

.top_contact li {
  width: 47%;
}

.top_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #089ADC;
  border-radius: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_contact a div {
  width: 7.5rem;
  margin-right: 1rem;
}

.top_contact a img {
  vertical-align: top;
}

.top_contact a p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.top_contact a:hover {
  background-color: rgba(220, 8, 196, 0.3);
  opacity: 1;
}

.top_contact .top_contact_subback {
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 40rem;
  height: auto;
  z-index: -1;
}

@media (max-width: 600px) {
  .top_contact {
    padding: 4rem 0;
    margin-bottom: 6rem;
  }
  .top_contact h3 {
    font-size: 2rem;
  }
  .top_contact a p {
    font-size: 1.5rem;
  }
  .top_contact a div {
    width: 3.5rem;
  }
  .top_contact .top_contact_subback {
    width: 30rem;
  }
}
/*# sourceMappingURL=main.css.map */