@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color 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] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
   # 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] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[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] {
  color: inherit;
  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 {
  padding: 0;
  border-style: none;
}

/* 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 {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #1d8ccf;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::-moz-selection {
  color: #fff;
  background-color: #415dab;
}

::selection {
  color: #fff;
  background-color: #415dab;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient{
  background:linear-gradient(transparent 60%, #ff6 60%);
}

/* # =================================================================
   # anime
   # ================================================================= */

@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

/* # =================================================================
   # main
   # ================================================================= */
.l-contents{
  margin-left:18%;
}

@media screen and (max-width: 900px) {
.l-contents{
  margin-left:0;
}
}
/* # =================================================================
   # inner box
   # ================================================================= */
.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background-color:#fff;
  width: 100%;
  height: 86px;
  padding: 0 20px 0 20px;
  transition: all 0.3s;
  z-index: 10;
  border: 1px solid #eee;
}

.l-header_menu{
  display: flex;
  justify-content: center;
  align-items: center;

}
@media screen and (max-width: 900px) {
  .l-header {
    display: flex;
    height: 64px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 900px) {
  .l-header__logo {
    width: 120px;
  }
}

.l-header__support {
  display: block;
  background-color: #415dab;
  width: 200px;
  margin: 0 0px 0 25px;
  height: 86px;
  line-height:86px;

}

.l-header__support a{
    color: white;
    text-align: center;
    padding: 10px;
}

/* # =================================================================
   # accordion menu
   # ================================================================= */
.nav-unshown, .nav-unshown02 {
  display: none;
}

#nav-drawer02 {
  position: relative;
  height: 50px;
}


/*------------------------------------------------------------ ナビ02*/
@media all and (min-width: 768px) {
  #nav-drawer02 {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 150px;
  }
}

@media all and (max-width: 760px) {
  #nav-drawer02 {
    display: none;
  }
  #nav-content02 {
    display: none;
  }
  }

@media all and (min-width: 768px) {
  #nav-drawer02 #nav-content02 {
    border: solid 8px #E8E8E8;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 ul {
    margin: 70px 10px 0 10px;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li {
    width: 140px;
    display: table;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li br {
    display: none;
  }
}

#nav-drawer02 li a {
  position: relative;
  text-decoration: none;
  color: #313131;
}

@media all and (min-width: 768px) {
  #nav-drawer02 li a {
    display: table-cell;
    height: 120px;
    padding-bottom: 10px;
    color: #fff;
    background: #415dab;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.4;
    border-bottom: 1px solid #999;
  }

  #nav-drawer02 li:last-child a{
    border-bottom:none;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li a {
    display: block;
    padding-left: 60px;
    color: #313131;
    font-size: 1.2em;
    
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li:nth-child(5) a {
    height: 120px;

  }
}

#nav-drawer02 li a::before {
  position: absolute;
  display: block;
  content: ' ';
}

@media all and (min-width: 768px) {
  #nav-drawer02 li a::before {
    width: 65px;
    height: 65px;
    left: 50%;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon01.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li a::before {
    top: 0;
    left: 0.4em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon01.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li:nth-child(2) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    background: url(img/common/common_side_icon02.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li:nth-child(2) a::before {
    top: 0;
    left: 0.5em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon02.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li:nth-child(3) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon03.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li:nth-child(3) a::before {
    top: -0.1em;
    left: 0.4em;
    width: 35px;
    height: 35px;
    background: url(img/common/common_side_icon03.png) no-repeat;
    background-size: 35px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li:nth-child(4) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon04.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li:nth-child(4) a::before {
    top: 0.3em;
    left: 0.5em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon04.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer02 li:nth-child(5) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon05.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer02 li:nth-child(5) a::before {
    top: 0;
    left: 0.5em;
    width: 35px;
    height: 35px;
    background: url(../img/common/common_side_icon05.png) no-repeat;
    background-size: 35px auto;
  }
}

/* # =================================================================
   # drawer03 menu
   # ================================================================= */

#nav-drawer03 {
  position: relative;
  height: 50px;
}
/*------------------------------------------------------------ ナビ02*/
@media all and (min-width: 768px) {
  #nav-drawer03 {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 150px;
  }
}
@media all and (max-width: 760px) {
  #nav-drawer03 {
    display: none;
  }
  #nav-content03 {
    display: none;
  }
  }

@media all and (min-width: 768px) {
  #nav-drawer03 #nav-content03 {
    border: solid 8px #E8E8E8;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 ul {
    margin: 70px 10px 0 10px;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li {
    width: 140px;
    display: table;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li br {
    display: none;
  }
}

#nav-drawer03 li a {
  position: relative;
  text-decoration: none;
  color: #313131;
}

@media all and (min-width: 768px) {
  #nav-drawer03 li a {
    display: table-cell;
    height: 120px;
    padding-bottom: 10px;
    color: #fff;
    background: #415dab;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.4;
    border-bottom: 1px solid #999;
  }

  #nav-drawer03 li:last-child a{
    border-bottom:none;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li a {
    display: block;
    padding-left: 60px;
    color: #313131;
    font-size: 1.2em;
    
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li:nth-child(5) a {
    height: 120px;

  }
}

#nav-drawer03 li a::before {
  position: absolute;
  display: block;
  content: ' ';
}

@media all and (min-width: 768px) {
  #nav-drawer03 li a::before {
    width: 65px;
    height: 65px;
    left: 50%;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon01.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li a::before {
    top: 0;
    left: 0.4em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon01.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li:nth-child(2) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    background: url(img/common/common_side_icon02.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li:nth-child(2) a::before {
    top: 0;
    left: 0.5em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon02.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li:nth-child(3) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon03.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li:nth-child(3) a::before {
    top: -0.1em;
    left: 0.4em;
    width: 35px;
    height: 35px;
    background: url(img/common/common_side_icon03.png) no-repeat;
    background-size: 35px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li:nth-child(4) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon04.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li:nth-child(4) a::before {
    top: 0.3em;
    left: 0.5em;
    width: 40px;
    height: 35px;
    background: url(img/common/common_side_icon04.png) no-repeat;
    background-size: 40px auto;
  }
}

@media all and (min-width: 768px) {
  #nav-drawer03 li:nth-child(5) a::before {
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: 0.5em;
    background: url(img/common/common_side_icon05.png) no-repeat;
    background-size: 65px auto;
  }
}

@media screen and (max-width: 767px) {
  #nav-drawer03 li:nth-child(5) a::before {
    top: 0;
    left: 0.5em;
    width: 35px;
    height: 35px;
    background: url(../img/common/common_side_icon05.png) no-repeat;
    background-size: 35px auto;
  }
}


/*==================================================
アコーディオンのためのcss
===================================*/

  /*アコーディオン全体*/


  /*アコーディオンタイトル*/
  .left-menu-navibusiness {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 20px 35px;
    transition: all .5s ease;
    font-size: 1rem;
    font-weight: bold;
    background: url(img/navi_right.png) right center no-repeat;
    margin-right: 10px;
  }

  @media screen and (max-width: 767px) {

    .navi-box{
      display: none;
    }

    .l-contents {
      margin-left: 0;
    }
  }

  /*アイコンの＋と×*/
  .title::before,
  .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
  }

  .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }

  .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

  }

  /*　closeというクラスがついたら形状変化　*/
  .title.close::before {
    transform: rotate(45deg);
  }

  /*アコーディオンで現れるエリア*/
  .box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    padding: 3%;
  }

  .box ul li {
    padding: 20px 35px;
    margin-right: 10px;
    color: #25397d;
    background: url(img/navi_right02.png) right center no-repeat;
    transition: all .5s ease;
    font-size: 1rem;
    font-weight: bold;
  }

/* # =================================================================
   # footer
   # ================================================================= */
ul.footer_baner {
  list-style: none;
  display: flex;
}

ul.footer_baner li{
  width: 30%;
  margin-right: 3%;
}

@media screen and (max-width: 900px) {
  ul.footer_baner {
    list-style: none;
    display: block;
  }
  
}

@media screen and (max-width: 900px) {
  ul.footer_baner li{
    width: 98%;
    margin: 10px auto;
    margin-right: 0;
  }
}


.footer { 
 border-top: 3px solid #999999;
  background-color:#eeeeee; 
  padding:25px 10px; 
  height: 460px;
  margin-left: 18%;
}

@media screen and (max-width: 900px) {
  .footer { 

     margin-left: 0%;
   }
}

.footer .cont { 
  max-width: 1140px; 
  margin:0 auto; 
  text-align:left; 
}

.footer .cont > ul { 
  float:left; 
  line-height:20px; 
  list-style: none;
}

.footer .cont > ul:first-child { 
  width:25%; 
}

.footer .cont > ul:nth-child(2) { 
  width:25%; 
}

.footer .cont > ul:nth-child(3) { 
  width:25%; 
}

.footer .cont > ul > li { 
  padding:12px 0px; 
}

.footer .cont > ul > li > a { 
  background:url(img/arrow2.png) no-repeat 0px 5px; 
  font-weight:500; 
  padding-left:20px; 
}

.footer .cont > ul > li > ul { 
  padding-top:5px; 
  list-style: none;
}

.footer .cont > ul > li > ul > li { 
  float:left; 
  padding:8px 0px; 
  list-style: none;
}

.footer .cont > ul > li > ul > li > a { 
  background:url(img/arrow3.png) no-repeat 4px 6px; 
  font-weight:500; 
  padding-left:20px; 
}

.footer .cont > ul > li > ul > li > ul { 
  padding-left:20px; 
  font-size:13px; 
  padding-top:5px; 
}

.footer .cont > ul > li > ul > li > ul li { 
  padding:3px 0px; 
  list-style: none;
}

.footer .cont > ul a { 
  color:#333;
  display:inline-block; 
}

.footer .cont > ul a[target]:after { 
  content:""; 
  background:url(img/ext.png) no-repeat right 6px; 
  padding-right:20px;
}

.footer .cont > ul span { 
  display:none; 
}

.footer .cont > div { 
  float:right; 
  width:24%;  
  text-align:center; 
  color:#fff; 
}
.footer .cont > div .t { 
  font-size:16px; 
  font-weight:bold; 
  border-top-left-radius:10px; 
  border-top-right-radius:10px; 
  padding:12px 5px;  
  margin-bottom:10px; 
}
.footer .cont > div .st {  
  margin-bottom:8px; 
  font-weight:bold;
  color: #fff;
  background-color:#1d63bc; 
  padding:10px; 
}
.footer .cont > div .btn {
  padding:0px 10px; 
}
.footer .cont > div .btn a.contact_btn {  
  font-size:16px;
  font-weight: bold;
  color:#fff; 
  text-shadow:0px 2px #64a718; 
  display:block; 
  border:#aad976 solid 1px; 
  border-radius:5px; 
  background:url(img/mail.png) no-repeat 10px center, linear-gradient(#aad976, #87dd24); 
  background-size:20px auto, 100% 100%; 
  padding:10px 0px 10px 20px; 
  margin:0 auto; 
  max-width:220px; 
}

.footer .cont > div .btn a:hover { 
  filter:alpha(opacity=75); 
  opacity:0.75; 
  text-decoration:none; 
}
.footer .cont > div .tel { 
  display:inline-block; 
  color:#fff; 
  font-weight:bold; 
  font-size:25px;
  margin-bottom:10px;
  pointer-events:none;
}

.footer .cont > div .tel:before { 
  content:"TEL."; 
  font-size:22px; 
  vertical-align:baseline; 
  font-weight:500; 
}

.footer .cont > div .fax { 
  display:inline-block; 
  font-weight:bold; 
  font-size:25px; 
  margin-bottom:10px;
}

.footer .cont > div .d { 
  display:block; 
  font-size:13px; 
  letter-spacing:1px; 
}

div.footer_contactbox{
  background: #a5b9d9;
  color: #333;
  margin-bottom: 12px;
  font-size:16px;
  padding: 0 0 10px 0 ;
}

div.footer_supportbox{
  color: #fff;
  border: 2px solid #eee;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
.footer .cont > ul > li > ul > li { 
  float:none; 
  width:auto; 
}

.footer .cont > ul > li > ul > li:last-child { 
  float:none; 
}

.footer .cont > ul:first-child { 
  width:19%; 
}

.footer .cont > ul:nth-child(2) { 
  width:26%; 
}

.footer .cont > ul:nth-child(3) { 
  width:24%; 
}

.footer .cont > div { 
  width:31%; 
}
}

@media screen and (max-width: 760px) {

.footer { 
  background:none; 
  background-color:#415dab; 
  padding:0px 0px 15px 0px; 
  height: 100%; 
  margin-left: 0;
}

.footer .cont > ul { 
  float:none; 
  line-height:20px; 
  width:auto !important; 
  background-color:#415dab;
 }

.footer .cont > ul a { 
  background:url(img/arrow4.png) no-repeat right 18px center !important; 
  background-size:9px auto !important;
  display:block; 
  font-size:13px;
  color:#fff; 
  line-height:20px; 
  padding:15px 20px; 
  }

.footer .cont > ul li { 
  border-bottom:#0b7fc6 solid 1px; 
  position:relative; 
  padding:0px !important; 
  float:none !important; 
}

.footer .cont > ul ul { 
  border-top:#0b7fc6 solid 1px; 
  padding:0px !important; 
  float:none !important; 
  width:auto !important; 
  display:none;
 }
 
.footer .cont > ul ul li:last-child { 
  border-bottom:none; 
}

.footer .cont > ul > li > ul { 
  background-color:#1d8ccf; 
  font-weight:bold; 
}

.footer .cont > ul > li > ul ul { 
  background-color:#0068b9; 
  font-weight:normal; 
}

.footer .cont > ul > li > ul li span, .footer .cont > ul > li > ul li span.on { 
  background-color:#415dab; 
}

.footer .cont > ul a[target]:after { 
  display:none; 
}

.footer .cont > div { 
  float:none; 
  width:auto; 
  margin:15px 15px 0px 15px; 
  border-radius:5px; 
}

.footer .cont > div .t { 
  font-size:18px; 
  border-top-left-radius:5px; 
  border-top-right-radius:5px; 
}

.footer .cont > div .st { 
  font-size:14px; 
}

.footer .cont > div .btn { 
  padding-bottom:8px; 
  width: 100%; 
}

.footer .cont > div .btn a { 
  max-width: 300px; 
  font-size:18px; 
  font-weight:bold; 
  text-shadow:0px 1px #c86c14; 
  background-size:23px auto, 100% 100%; 
  background-position:23px center, center center; 
  padding:15px 11px 16px 51px; 
}

.footer .cont > div .tel { 
  background:url(img/tel_sp.png) no-repeat 20px center, linear-gradient(#fff, #eaecee); 
  background-size:14px auto, 100% 100%; 
  pointer-events:auto; font-size:29px;
  line-height:30px;
  padding:12px 15px 14px 45px;
  border:#c5d2dd solid 1px;
  border-radius:5px;
  margin:0px auto 15px auto;
  max-width:230px;
  color:#323232;
}

.footer .cont > div .tel:before { 
  display:none; 
}

.footer .cont > div .fax { 
  font-size:28px; 
}

.footer .cont > div .fax:before { 
  font-size:25px; 
}

.footer .cont > div .d { 
  font-size:15px; 
}
}
/* # =================================================================
   # copyright
   # ================================================================= */

.c-copyright {
  background: #0000ff;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  font-size: 0.75rem;
}
.c-copyright__link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding-left: 18%;
}
.c-copyright__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-contents--page-recruit {
  background-image: url(img/bg-geometry.png);
  /* Background pattern from Toptal Subtle Patterns */
  background-repeat: repeat;
}
@media screen and (max-width: 900px) {
  .l-contents--page-recruit {
    background-size: 50%;
  }
}

/* # =================================================================
   # section box
   # ================================================================= */

.l-section {
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .l-section {
    padding: 20px 0;
  }
}

.l-section02 {
  padding: 00px 0 20px 0;
}
@media screen and (max-width: 900px) {
  .l-section {
    padding: 0px 0  20px 0;
  }
}

/* # =================================================================
   # kv, hero
   # ================================================================= */

   .c-heading-hero {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 36px;
    font-size: 3rem;
    position: relative;
    width: 100%;
    text-shadow: 3px 3px 6px rgb(100 100 100 / 40%), -3px 3px 6px rgb(100 100 100 / 40%), 3px -3px 6px rgb(100 100 100 / 40%), -3px -3px 6px rgb(100 100 100 / 40%);

  }

.c-heading-primary {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #25397d;
  font-size: 36px;
  font-size: 2rem;
  position: relative;
  padding: 25px;
  border: 3px solid #25397d;
  width: 30%;
}

.c-heading-primary:before{
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px dotted #25397d;
}

@media screen and (max-width: 900px) {
  .c-heading-primary {
    margin: 0 auto;
    width: 80%;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-contact-primary {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #25397d;
  font-size: 36px;
  font-size: 2.25rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-contact-primary {
    margin: 0 auto;
    width: 80%;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-heading-primary--white {
  color: #fff;
}

.c-heading-primary__sub {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-heading-secondary {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #25397d;
  font-size: 36px;
  font-size: 2rem;
  position: relative;
  padding: 25px;
  border: 3px solid #25397d;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .c-heading-secondary {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #25397d;
    font-size: 36px;
    font-size: 2rem;
    position: relative;
    padding: 25px;
    border: 3px solid #25397d;
    width: 100%;
  }
}

.c-heading-secondary:before{
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px dotted #25397d;
}

.c-heading-kumiaisupport {
  font-weight: bold;
  line-height: 1;
  color: #11126f;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  padding: 25px;
  border: 3px solid #25397d;
  margin: 0 auto;
    width: 60%;
    box-shadow: 5px 5px #1e1c38;
    border: 2px solid #484385;
    background: #fff;
}


@media screen and (max-width: 900px) {
  .c-heading-kumiaisupport  {
    margin: 0 auto;
    width: 80%;
    font-size: 30px;
    font-size: 1.875rem;
  }
}


.c-heading-third {
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  line-height: 1;
  color: #11126f;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  padding: 20px 35px 20px 35px;
  width: 100%;
}

.c-heading-secondary:before{
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px dotted #27acd9;
}

@media screen and (max-width: 900px) {
  .c-heading-secondary {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-heading-leftsecondary {
  max-width: 1000px;
  margin: 0 15%;
  font-weight: bold;
  line-height: 1;
  color: #415dab;
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .c-heading-secondary {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* # =================================================================
   # btn
   # ================================================================= */

.c-btn {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 250px;
  padding: 18px 0;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to right, #25397d 0%, #0035c5 51%, #25397d 100%);
  background-size: 200% auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn:hover {
  text-decoration: none;
  background-position: right center;
}
.c-btn:hover::after {
  right: 1.2em;
}
@media screen and (max-width: 900px) {
  .c-btn:hover::after {
    right: 1.5em;
  }
}
.c-btn--block {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-btn--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-btn--transparent {
  border: 1px solid #fff;
  background: none;
}
.c-btn--transparent:hover {
  opacity: 0.8;
}

.c-btn-grad {
  background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
}

.c-btn-grad {
  display: block;
  margin: 10px;
  padding: 15px 45px;
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 10px;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
}

.c-btn-grad:hover {
  text-decoration: none;
  color: #fff;
  background-position: right center;
}

.c-form__btn {
  margin-top: 50px;
  text-align: center;
}

/* # =================================================================
   # page-top
   # ================================================================= */

.c-page-top {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 900px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
  }
}
.c-page-top__link {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #0b7fc6;
  border-radius: 50%;
}
.c-page-top__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .c-page-top__link:hover {
    opacity: 1;
  }
}

.c-label-category {
  font-weight: bold;
  display: block;
  width: 80px;
  padding: 2px 10px;
  text-align: center;
  color: #333;
  background-color: #e8e8e8;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 900px) {
  .c-label-category {
    padding: 2px 8px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* # =================================================================
   # logo
   # ================================================================= */

.logo {
  line-height: 1;
}
.logo__img {
  display: block;
  padding: 10px;
  height: 86px;
}

.logo__img_sp {
  display: none;
}

@media screen and (max-width: 900px) {
.logo__img {
  display: none;
}

.logo__img_sp {
  display: block;
  max-width: 220px;
  height: 60px;
  margin: 8px 0;
}
}
.c-media {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-media {
    display: block;
  }
}
.c-media__img-wrapper {
  flex: 0 1 40%;
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  .c-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-media__img-wrapper02 {
  flex: 0 1 40%;
  margin-left: 50px;
}
@media screen and (max-width: 900px) {
  .c-media__img-wrapper02 {
    display: none;
  }
}

.c-media__img-wrapper03 {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-media__img-wrapper03 {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-media__img {
  width: 100%;
  height: auto;
}
.c-media__body {
  flex: 1;
}
.c-media__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}

.c-media__title p{
  padding-left: 25px;
  background: url(img/subtitle_bg.png) no-repeat 0 0.1em;
  font-size: 120.0%;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 1.0;
}

@media screen and (max-width: 900px) {
  .c-media__title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-media__title02 {
  padding: 1rem 2rem;
  border-left: 5px solid #25397d;
  background: #f4f4f4;
}

.c-media__title02 p{
  font-size: 120.0%;
  font-weight: bold;
  color: #25397d;
  line-height: 1.0;
}

.c-media__title p{
  padding-left: 25px;
  background: url(img/subtitle_bg.png) no-repeat 0 0.1em;
  font-size: 120.0%;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 1.0;
}


.c-media__text{
  padding-left: 25px;
  padding-top: 25px;
padding-bottom: 24px;
}

.c-media__text02{
  margin-bottom: 48px;
  padding: 24px;
  background:#ff609d38;
  }

.p-bucho_btn{
  background: #25397d;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 50%;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.p-bucho_btn:hover {
  background: #eeeeee;
  color: #25397d;
}


.button003 a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 90%;
  padding: 10px 25px;
  color: #415dab;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button003 a:hover {
  background: #313131;
  color: #FFF;
}
.button003 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #415dab;
  border-right: 3px solid #415dab;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}

p.button_subtext{
  
  margin: 24px  auto 0 auto;
  width: 90%;
}

.c-card__body {
  flex-direction: column;
}
.c-card__img-wrapper {
  display: inline-block;
  margin:0 30px 15px 0px;
  width: 38%;
}

@media screen and (max-width: 900px) {
  .c-card__img-wrapper{
    display: inline-block;
  margin:0 auto 15px auto;
  width: 100%;
  }
}

.c-card__img {
  height: auto;
}
.c-card__body {
  vertical-align: top;
  display: inline-block;
  width: 58%;
  color: #333;
}

@media screen and (max-width: 900px) {
  .c-card__body{
    display: inline-block;
  margin:0 auto 15px auto;
  width: 100%;
  }
}

.c-card__title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 900px) {
  .c-card__title {
    margin-bottom: 10px;
  }
}
.c-card__caption {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.c-card-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .c-card-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.c-card-wrapper .c-card {
  margin-bottom: 30px;
}

.c-card-wrapper .c-card  a{
  display: inline-block;
  height: 100%;
}

.c-card-wrapper .c-card  a:hover{
  text-decoration:none;
}

.c-card-wrapper .c-card  div.c-card__text:hover{
  text-decoration:underline;
}

.c-card-wrapper--col3 {
  display: flex;
  flex-wrap: wrap;
}
.c-card-wrapper--col3 .c-card {
  width: 32%;
  margin-right: 1%;
}

.c-card-wrapper--col3 .c-card div {
  border: double 5px #ff5300;
  border: 1px solid #666;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/ 
}

.c-card-wrapper--col3 .c-card .newface_name{
  width: 100%;
  background-color: #ff8632;
  color: #fff;
}

.c-card-wrapper--col3 .c-card dl.newface_name{
  display: flex;
  width: 100%;
  padding: 12px 0;
}

.c-card-wrapper--col3 .c-card dl.newface_office{
  display: flex;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dotted #666;
}

.c-card-wrapper--col3 .c-card dl.newface_join{
  display: flex;
  width: 100%;
  padding: 12px 0;
}

.c-card-wrapper--col3 .c-card dl dt{
  width: 25%;
}

.c-card-wrapper--col3 .c-card dl dd{
  width: 75%;
}

.c-card-wrapper--col3 .c-card dl.newface_name dt {
  font-size: 1.2rem;
  color: #fff;
  min-width: 85px;
  margin-right: 6px;
  margin-left: 6px;
  font-weight: 500;
  text-align: center;
}

.c-card-wrapper--col3 .c-card dl.newface_name dd {
  font-size: 1.2rem;
  box-sizing: border-box;
  margin-right: 12px;
  font-weight: bold;
  text-align: center;
}

.c-card-wrapper--col3 .c-card dl.newface_name dt p{
  background-color: #ff5300;
  width: 90%;
  margin: 0 auto;
}

.c-card-wrapper--col3 .c-card dl.newface_office dt {
  font-size: 1rem;
  min-width: 85px;
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
  font-weight: 500;
  text-align: center;
}

.c-card-wrapper--col3 .c-card dl.newface_office dd {
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  margin-right: 12px;
}

.c-card-wrapper--col3 .c-card dl.newface_office dt p{
  background-color: #E8E8E8;
  width: 90%;
  margin: 0 auto;
  color: #ff5300;
}

.c-card-wrapper--col3 .c-card dl.newface_join dt {
  font-size: 1rem;
  min-width: 85px;
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
  font-weight: 500;
  text-align: center;
}

.c-card-wrapper--col3 .c-card dl.newface_join dd {
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  margin-right: 12px;
}

.c-card-wrapper--col3 .c-card dl.newface_join dt p{
  background-color: #E8E8E8;
  width: 90%;
  margin: 0 auto;
  color: #ff5300;
}

@media screen and (max-width: 900px) {
  .c-card-wrapper--col3 .c-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.c-card-wrapper--col3 .c-card:nth-child(3n) {
  margin-right: 0;
}

.c-card-wrapper--col3b {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.c-card-wrapper--col3b .c-card {
  width: calc(33.33333% - 20px);
  margin:0 auto;
}
@media screen and (max-width: 900px) {
  .c-card-wrapper--col3b .c-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.c-card-wrapper--col3b .c-card:nth-child(3n) {
  margin-right: 0;
}
.c-card-wrapper--col3b .c-card:last-child {
  margin-bottom: 0;
}

.p-bucho{
  background-image:url("img/bg.png");
  background-repeat: repeat;
}

.p-bucho__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 950px;
}
@media screen and (max-width: 900px) {
  .p-bucho__inner {
    display: block;
    padding: 30px 20px 60px 20px;
  }
}
.p-bucho__leftinner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 0 15%;
}
@media screen and (max-width: 900px) {
  .p-bucho__leftinner {
    display: block;
    padding: 30px 20px 60px 20px;
  }
}

.p-bucho__inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: block;
  width: 60%;
  height: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 10% 75%;
}

@media screen and (max-width: 900px) {
  .p-bucho__inner::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-bucho__img-wrapper {
  width: 25%;
  margin-right: 30px;
}

@media screen and (max-width: 900px) {
  .p-bucho__img-wrapper {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-bucho__desc {
  width: 58%;
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-bucho__desc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-bucho__heading {
  margin-bottom: 30px;
}

.p-bucho__text {
  text-align: center;
  width: 98%;
}

.p-bucho__sublefttext {
  text-align: left;
}

.p-bucho__name {
  font-family: "Yuji Syuku";
  font-size:3rem;
  font-weight: bold;
  padding: 0 0 10px 0 ;
}

.p-bucho__name span {
  font-size: 1.25rem;
}


@media screen and (max-width: 900px) {
  .p-bucho__name {
    font-size: 1.5rem;
    font-weight: bold;
  padding: 0 0 10px 0 ;
  }
}

.p-bucho__subtext {
  font-size: 1.2rem;
  padding: 0 0 10px 0 ;
  text-align: left;
}

table.bucho_syoukai{
  text-align: left;
  padding: 12px;
}

table.bucho_syoukai th{
  vertical-align:baseline;
  padding:12px;
  width: 25%;
}

table.bucho_syoukai th p{
  background: #1d63bc;
  color: #fff;
  text-align: center;
  border: 1px solid #eee;
  padding: 3px 0;  
}

table.bucho_syoukai td{
  vertical-align:baseline;
  padding:12px;
  
}

table.staff_coment{
  text-align: left;
  width: 100%;
}

table.staff_coment th{
  vertical-align:baseline;
  padding:12px 0;
  width: 25%;
}

table.staff_coment th p{
  background: #1d63bc;
  color: #fff;
  text-align: center;
  border: 1px solid #eee;
  padding: 3px 0;  
}

table.staff_coment td{
  vertical-align:baseline;
  padding-left:12px ;
  
}

.p-bucho__sub02text {
  font-size: 1rem;
  text-align: left;
}

.p-contents{
 padding: 20px 0;
}

.contents_first{
  padding-top: 90px;
 }

div.contents_box{
  font-size: 1.2rem;
}

div.thanks_box{
  margin: 80px auto;
}

div.thanks_box p{
  text-align: center;
}

div.contents_aboutus_box {
 padding: 40px 0 20px 0;
}

div.contents_aboutus_box img{
  width: 28%;
  margin-left: 2%;
  height: 200px;
}

div.contents_col_box{
  font-size: 1.2rem;
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px -20px;
}

div.contents-col{
  width: 50%;
  padding: 40px 20px;
  text-align: center;
}

div.contents-col img{
 width: 100%;
 max-width: 300px;
 height: 250px;
  text-align: center;
  padding: 20px 0;
}

.p-aboutcol_btn {
  background: #25397d;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
  max-width: 50%;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

div.contents_aboutusimpulse_box{
  width: 100%;
  margin: 40px auto;
}

div.contents_aboutusimpulse_box p{
  font-size:2em;
	line-height:0.95em;
	font-weight:bold;
	color: #333;
	text-shadow: 0.02em 0.02em 0.02em rgb(61, 61, 61);
  margin: 20px 0;
}

div.staff_face{
  min-width: 80px;
  max-width: 100px;
  width: 100%;
}

div.staff_box{
  border: 1px solid #c2cbcc;
  overflow: hidden;
  margin: 20px auto;
  width: 60%;
}

@media screen and (max-width: 900px) {
div.staff_box{
  border: 1px solid #c2cbcc;
  overflow: hidden;
  margin: 20px auto;
  width: 98%;
}
}

div.staff_box_card{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 45px 45px 30px;
}

div.staff_under_box{
  position: relative;
  display: flex;
  padding: 0px 45px 30px;
}

div.staff_namebox{
  min-width: 280px;
  margin-left: 20px;
  width: 100%;
}

div.staff_namebox .dep{
  font-size:1rem;
  line-height:1.9;
}

div.staff_namebox .name{
  font-size: 1.8rem;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.9;
}

div.soshiki_box{
  text-align: center;
}

div.soshiki_box img{
 width: 100%; 
}

h2.member_h2 {
  padding: 1rem;
  margin-top: 36px;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #8cc169;
  border-bottom: 1px solid #8cc169;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

div.member_wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

p.member_box_company{
  width: 100%;
  background: #8cc169;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.9;
  padding: 0 3px;
font-weight: bold;
}

div.member_face{
  min-width: 60px;
  max-width: 80px;
  width: 100%;
}

div.member_box{
  border: 1px solid #c2cbcc;
  overflow: hidden;
  margin: 20px auto;
  width: 49%;
}

@media screen and (max-width: 900px) {
div.member_box{
  border: 1px solid #c2cbcc;
  overflow: hidden;
  margin: 20px auto;
  width: 98%;
}
}

div.member_box_card{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 10px;
}

div.member_under_box{
  position: relative;
  display: flex;
  padding: 0px 45px 30px;
}

div.member_namebox{
  min-width: 280px;
  margin-left: 20px;
  width: 100%;
}

div.member_namebox .depname{
  font-size:1.5rem;
  line-height:1.9;
}

div.member_namebox .name{
  font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

table.member_dec{
  text-align: left;
  width: 100%;
}

table.member_dec th{
  vertical-align:baseline;
  padding:2px 0;
  width: 10%;
}

table.member_dec th p{
  background: #8cc169;
  color: #fff;
  text-align: center;
}

table.member_dec td{
  vertical-align:baseline;
  padding-left:6px;
}

.web_link {
  width: 160px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border: none;
  background-color: #2589d0;
  color: #fff;
  font-size: 1rem;
}

.web_link::after {
  width: .9em;
  height: .9em;
  margin-left: 10px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.2%2015h-1.5c-.4%200-.8.3-.8.8V21H3V6h6.8c.4%200%20.8-.3.8-.8V3.8c0-.4-.3-.8-.8-.8H2.2C1%203%200%204%200%205.2v16.5C0%2023%201%2024%202.2%2024h16.5c1.2%200%202.2-1%202.2-2.2v-6c.1-.5-.2-.8-.7-.8zm2.7-15h-6c-1%200-1.5%201.2-.8%201.9l1.7%201.7L6.3%2015c-.4.4-.4%201.2%200%201.6l1.1%201.1c.4.4%201.2.4%201.6%200L20.4%206.2l1.7%201.7c.7.7%201.9.2%201.9-.8v-6c0-.6-.5-1.1-1.1-1.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  content: '';
}

.web_link:hover {
  background-color: #1579c0;
}

.p-whatsnews .slides {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -25px;
  margin-right: -25px;
  width: 100%; }
  .p-whatsnews .slides .slide {
    padding-left: 25px;
    padding-right: 25px; }
    .p-whatsnews .slides .slide img {
      margin: 0 auto 15px auto;
      max-height: 240px;
     }
    .p-whatsnews .slides .slide h4 {
      font-size: 1rem;
      margin-bottom: 15px; }
    .p-whatsnews .slides .slide ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-whatsnews .slides .slide ul li:not(:last-child) {
        margin-right: 10px; }
      .p-whatsnews .slides .slide ul li a {
        display: block;
        color: #fff;
        font-size: 1rem;
        padding: 5px 10px 6px 12px;
        border-radius: 30px; }
        .p-whatsnews .slides .slide ul li a:hover {
          opacity: .7; }
  .p-whatsnews .slides .slick-arrow {
    position: absolute;
    top: 35%;
    font-size: 2rem; }
    .p-whatsnews .slides .slick-arrow:hover {
      opacity: .5;
      cursor: pointer; }
    .p-whatsnews .slides .slick-arrow.prev {
      left: -40px; }
    .p-whatsnews .slides .slick-arrow.next {
      right: -40px; }

      .p-whatsnews .slick-track{
        width: 100%;
      }

      p.whatsnews_boxlink{
        text-align: left;
        margin-bottom: 10px;
              }

      p.whatsnews_boxlink a{
        display:inline-block;
border:1px solid #1d8ccf;
border-radius: 10px;
padding:3px 6px 3px 6px;
margin-top:8px;
      }

      div.whats_newslinkbtn{
        display: inline-block;
        margin: 40px auto;
        text-decoration: none;
        width: 100%;
      }

      div.whats_newslinkbtn p{
      text-align: center;
      width: 250px;
      margin:  0 auto;
      padding: 10px 20px;
      background: rgb(228,226,223);
      color: #333;
      border: 1px solid rgb(228,226,223);
      }

      div.whats_newslinkbtn p:hover {
        transition: all .2s linear;
        background: #fff;
      }

      p.whatsnews_boxlink a::after{
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
              }

  .whats_slides{
    display: flex;
    flex-wrap: wrap;
  }

  .whats_slides .slide{
    width: 30%;
    margin-right: 2%;
    margin-top: 36px;
  }

  .whats_slides .slide img{
    width: 100%;
    text-align: center;
  }

.c-table01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-table01 tr {
  border-bottom: solid 1px #415dab;
}
.c-table01 th,
.c-table01 td {
  padding: 30px 10px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .c-table01 th,
.c-table01 td {
    display: block;
    padding: 0;
  }
}
.c-table01 th {
  width: 20%;
  color: #415dab;
}
@media screen and (max-width: 900px) {
  .c-table01 th {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  .c-table01 td {
    margin-bottom: 20px;
  }
}
.c-table01 p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table01 ul {
  margin-left: 20px;
}

table.tablelayout1{
  width: 100%;
}

table.tablelayout1 th{
  width: 200px;
  padding: 12px;
}

table.tablelayout1 td{
  width: 600px;
  padding: 12px;
}

.c-form__item:not(:last-child) {
  margin-bottom: 30px;
}
.c-form__title {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.c-form__note {
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-form__require {
  margin-left: 10px;
  color: #391e88;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 900px) {
  .c-form__radio {
    display: block;
  }
}
.c-form__radio:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 900px) {
  .c-form__radio:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-form input[type=radio] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}
.c-form__input, .c-form__select {
  min-width: 300px;
  width: 98%;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.c-form__select {
  min-width: 300px;
  width: 50%;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.c-form__input_name {
  min-width: 150px;
  width: 44%;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

.c-form__input_tel{
  min-width: 150px;
  width: 25%;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .c-form__input, .c-form__select {
    width: 100%;
  }
}
.c-form input[type=tel] {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .c-form input[type=tel] {
    width: 100%;
  }
}
.c-form__textarea {
  min-width: 600px;
  min-height: 200px;
  padding: 8px;
  resize: both;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .c-form__textarea {
    width: 100%;
    min-width: 100%;
  }
}
/* # =================================================================
   # breadcrumb 
   # ================================================================= */

.p-breadcrumb {
  top: 80px;
  z-index: 1;
  padding: 8px 0;
  margin-left: 15%;
  list-style: none;
  background-color: #f7fdfd;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-breadcrumb {
    padding: 5px 0;
  }
}
.p-breadcrumb__list {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-breadcrumb__item {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-breadcrumb__item {
    font-size: 14px;
    font-size: 0.6875rem;
  }
}
.p-breadcrumb__item::after {
  padding: 0 0.5em;
  content: ">";
  color: #555;
}
.p-breadcrumb__item:last-child:after {
  content: "";
}

.p-breadcrumb:before,
.p-breadcrumb:after {
  content: "";
  display: table;
}

/* # =================================================================
   # global-nav
   # ================================================================= */

   @media screen and (max-width: 900px) {
  .p-global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-image: linear-gradient(135deg, #415dab, #2589d0);
  }
  .p-global-nav.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.p-global-nav__list {
  display: flex;
  padding-left: 30px;
  list-style: none;
}

.p-global-nav__list_sp {
  display: none;
  padding-left: 30px;
  list-style: none;
  font-size: 0.9rem;
}

@media screen and (max-width: 900px) {
  .p-global-nav__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-global-nav__list_sp {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .p-global-nav__list_sp li {
    text-align: center;
  }
}

.p-global-nav__item {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-global-nav__supportitem {
  font-weight: bold;
  text-transform: uppercase;
  background:#1d8ccf;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 960px) {
  .p-global-nav__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-global-nav__item_last {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  .p-global-nav__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 900px) {
  .p-global-nav__item {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-global-nav__item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .p-global-nav__item:not(:last-child) {
    margin-right: 0;
  }
}
.p-global-nav__link {
  position: relative;
  display: inline-block;
  color: #262626;
}
@media screen and (max-width: 900px) {
.p-global-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
}
}

.p-global-nav__link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: width 0.3s;
  background-color: #080e74;
}
@media screen and (max-width: 900px) {
  .p-global-nav__link::after {
    display: none;
  }
}
.p-global-nav__link:hover {
  text-decoration: none;
}
.p-global-nav__link:hover::after {
  width: 100%;
}

.c-btn-menu {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-btn-menu {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    opacity: 0.9;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #1d8ccf;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.c-btn-menu__line::before {
  top: -8px;
}
.c-btn-menu__line::after {
  top: 8px;
}
.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu.is-active .c-btn-menu__line::before, .c-btn-menu.is-active .c-btn-menu__line::after {
  top: 0;
  background-color: #fff;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-container {
  padding-bottom: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #391e88;
  font-size: 32px;
  font-size: 2rem;
}

.swiper-button-next::after {
  content: "\f105";
}

.swiper-button-prev::after {
  content: "\f104";
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  text-align: right;
}

.swiper-pagination-bullet-active {
  background: #391e88;
}

/* # =================================================================
   # leftmenu
   # ================================================================= */
.leftmenu{
display: grid;
position: fixed;
overflow-y: auto;
width: 18%;
height: 100vh;
z-index: 6;
background: #fff;
}


@media screen and (max-width: 900px) {
.leftmenu {
  display: none;
}
}


@media screen and (max-width: 900px) {
  .navi-box {
    display: none;
  }
  }

.navi-box {
	width: 100%;
	height: 100%;
	background: #1d63bc;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
	box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
	color: #fff;
	line-height: 1.6;
  border-right: 1px solid #666666;
  overflow-y:scroll;
}

.navi-box::-webkit-scrollbar{
  display: none;
    }

.navi-box li {
	width: 100%;
}
.navi-box li .navi-category {
	display: block;
	width: 100%;
	border-top: solid 1px #090e72;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.navi-box li .navi-category p {
	padding: 20px 35px;
	margin-right: 10px;
	background: url(img/navi_right.png) right center no-repeat;
}

.navi-box li .navi-category p a{
	color: #fff;
}

.navi-box li .navi-category p.support {
	padding: 20px 35px;
	margin-right: 10px;
}

.navi-box li .navi-category div.support_imagebtn{
  text-align: center;
  padding: 12px 12px;
  background:#fff;
}

.navi-box .navi-category:nth-child(2) {
  color: #fff;
	border-top: solid 1px #090e72;
}

.navi-box li:last-child .navi-category {
  color: #1d63bc;
  background: #fff;
	border-bottom: solid 1px #090e72;
}
.navi-box .navi-category-active {
	background: #1d63bc;
}

.googlecalendar{
  margin: 0 auto;
}

.googlecalender_box{
  text-align: center;
}

.googlecalendar iframe{
  padding:12px 2px;
  max-width: 200px;
  margin: 0 auto;
}

/* # =================================================================
   # hero
   # ================================================================= */

.p-hero {
  display: flex;
  height: 10vh;
  margin-left: 18%;
}


@media screen and (max-width: 900px) {
  .p-hero {
    margin-left:0;
  }
  
}



.p-hero02 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  background-image: url(img/hero02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero03 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  background-image: url(img/hero03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero04 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  background-image: url(img/hero04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero05 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  background-image: url(img/hero05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero06 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  background-image: url(img/hero06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero__inner {
  padding: 0 30px;
  text-align: center;
}

.p-hero02__inner {
  background: rgba(209, 209, 209, 0.2);
  padding: 24px 50px;
  text-align: center;
}


@media screen and (max-width: 900px) {
  .p-hero__inner {
    text-align: left;
  }
  .p-hero02__inner {
    text-align: left;
  }
}

.p-hero__title {
  position: relative;
  font-weight: bold;
  line-height: 1;
  font-size: 72px;
  font-size: 4.5rem;
  /* text-shadow: 0px 0px 10px #0071bc; */
  text-shadow: 3px 3px 6px rgba(100, 100, 100, 0.4), -3px 3px 6px rgb(100 100 100 / 40%), 3px -3px 6px rgb(100 100 100 / 40%), -3px -3px 6px rgb(100 100 100 / 40%);
}

@media screen and (max-width: 900px) {
  .p-hero__title {
    line-height: 1.1;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-hero__subtitle {
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 3px 3px 6px rgba(65, 171, 74, 0.8), -3px 3px 6px rgb(65 171 74 / 80%), 3px -3px 6px rgb(65 171 74 / 80%), -3px -3px 6px rgb(65 171 74 / 80%);
}

.p-hero02__subtext{
  text-shadow: 3px 3px 6px rgba(173, 173, 173, 0.8), -3px 3px 6px rgba(167, 167, 167, 0.8), 3px -3px 6px rgba(167, 167, 167, 0.8), -3px -3px 6px rgba(177, 177, 177, 0.8);

}

@media screen and (max-width: 900px) {
  .p-hero__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-hero__scroll {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  padding: 10px 10px 90px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll {
    right: 5px;
    padding: 10px 10px 60px;
  }
}
.p-hero__scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
  content: "";
  -webkit-animation: scrollDownLine 1.5s infinite;
  animation: scrollDownLine 1.5s infinite;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll::after {
    height: 50px;
  }
}
.p-hero__link {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-hero__link {
    margin-top: 30px;
  }
}

.p-sub-hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #fff;
  margin-left: 15%;
  background-image: url(img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .p-sub-hero {
    margin-left: 0;
    height: 180px;
  }
}
.p-sub-hero__inner {
  padding: 100px 0px 0px 0px;
  text-align: center;
}

.p_hero_news{
  padding: 0 15px;
}

.p-message {
  margin-bottom: 30px;
  text-align: center;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}
.p-message__heading {
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p-message__heading {
    line-height: 1.5;
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-message__underline {
  background: linear-gradient(transparent 70%, #f5f534 0%);
}

.p-message__text{
  width: 95%;
  margin: 0 auto;
}

div.linklist_box{
  margin-bottom: 20px;
}

div.link_box{
  width: 70%;
  margin: 0 auto ;

}

div.linklist_box ul.link_list{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
div.linklist_box ul.link_list li{
  position:relative;
  padding: 10px 0 10px 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:1rem;
  line-height: 30px;
  border-bottom: dashed 1px #0000ff;
}
div.linklist_box ul.link_list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #0000ff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


div.maido_link_box{
    max-height: 100px;
    height: 100px;
    margin: 20px auto;
    width: 60%;
    display: flex;
    border: #dddddd solid 1px;
}

@media screen and (max-width: 900px) {
  div.maido_link_box{
    width: 98%;
    display: flex;
    border: #dddddd solid 1px;
}

}

div.maido_box_title{
  background: #eeefef;
  padding: 20px;
  width: 50%;
}


div.maido_box_pdf{
  padding: 20px;
  width: 50%;
}

div.maido_box_pdf a{
  display: flex;
  align-items: center;
}

div.maido_box_pdf p{
  padding-left:12px;
}



.p-contact {
  margin-top: 40px;
  padding: 80px 0;
  text-align: center;
  background-color: #f0f0f0;
}
@media screen and (max-width: 900px) {
  .p-contact {
    padding: 60px 0;
  }
}
.p-contact__heading {
  margin-bottom: 30px;
}
.p-contact__body {
  margin-bottom: 20px;
}

.p-news-list__list {
  list-style: none;
  padding: 15px;
}
.p-news-list__item {
  font-size: 14px;
  padding-bottom: 30px;
  border-bottom:1px solid #415dab; 
}
@media screen and (max-width: 900px) {
  .p-news-list__item {
    display: block;
  }
}
.p-news-list__item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .p-news-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-news-list__heading {
  padding-top: 15px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-news-list__heading {
    margin-bottom: 3px;
  }
}
.p-news-list__body {
  padding-top: 30px;
  flex: 1;
}
.p-news-list__link {
  color: #333;
}
.p-news-list__date {
  margin-right: 20px;
}
.p-news-list__label {
  display: inline-block;
  margin-right: 20px;
  display: inline-block;
    width: 110px;
    height: 26px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
    color: #fff;
    font-size: .875rem;
    text-align: center;
}

.p-news-list-wrapper__inner {
  max-width: 780px;
}
.p-news-list-wrapper__body {
  margin-bottom: 40px;
}


.article-wrapper__inner {
  max-width: 750px;
}

.p-post {
  background-color: #fff;
}
.p-post__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-post__head {
    margin-bottom: 20px;
  }
}
.p-post__title {
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-post__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-post__info {
  display: flex;
  margin-top: 10px;
}
.p-post__date {
  margin-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-post__body {
  margin-bottom: 40px;
}
.p-post__body > h3 {
  position: relative;
  line-height: 1.6;
  font-weight: bold;
  color: #393636;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-post__body > h3 {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-post__body > h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #391e88;
}
.p-post__body > h3:first-child {
  margin-top: 0;
}
.p-post__body > h4 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 900px) {
  .p-post__body > h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-post__body > p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-post__body > p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-post__body > p:last-child {
  margin-bottom: 0;
}
.p-post__sns {
  margin-bottom: 40px;
}
.p-post__pager__home {
  text-align: center;
}

.p-sns-share__item {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 5px;
  margin-right: 2px;
}
.p-sns-share__item:last-child {
  margin-right: 0;
}
.p-sns-share iframe {
  vertical-align: middle;
}

.fa-hatena::before {
  font-family: Verdana;
  font-weight: bold;
  content: "B!";
  letter-spacing: -0.05em;
}

.p-post-pager {
  margin-bottom: 20px;
}
.p-post-pager__list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b8aed5;
  border-bottom: 1px solid #b8aed5;
}
.p-post-pager__item {
  flex: 0 1 50%;
  margin: 15px 0;
}
.p-post-pager__item:not(:last-child) {
  border-right: 1px solid #b8aed5;
}
.p-post-pager__item--prev .post-pager__link {
  padding: 10px 20px 10px 40px;
}
.p-post-pager__item--prev .post-pager__link::before {
  left: 10px;
  content: "\f0d9";
}
.p-post-pager__item--next .post-pager__link {
  padding: 10px 40px 10px 20px;
}
.p-post-pager__item--next .post-pager__link::before {
  right: 10px;
  content: "\f0da";
}
.p-post-pager__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  color: #391e88;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .p-post-pager__link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-post-pager__link:hover {
  text-decoration: none;
  background-color: #f9f7ff;
}
.p-post-pager__link::before {
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #391e88;
}
.p-post-pager__home {
  text-align: center;
  text-transform: uppercase;
}

img.subtitle_bg{
  padding:0 6px 6px 0 ;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__page {
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #f1ebf8;
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination__link {
  color: #fff;
  background-image: linear-gradient(135deg, #7633a4, #250d65);
}
.pagination__link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.p-pagination {
  display: flex;
  justify-content: center;
}
.p-pagination__page {
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #f1ebf8;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-pagination__link {
  color: #fff;
  background-image: linear-gradient(135deg, #7633a4, #250d65);
}
.p-pagination__link:hover {
  text-decoration: none;
  opacity: 0.9;
}


.p-news_title{
  background: #F6F6F6;
  padding: 10px;
}

.p-news{
  margin: 0 auto;
  max-width: 1140px;
}

.p-news__inner {
  background: #fff;
  border: 1px solid #f6f6f6;
  width:70%;
  margin: -130px auto 80px auto; 
}

.p-news__body {
  flex: 1;
  height: 400px;
  overflow-y:scroll;
  padding: 0 15px;
}

@media screen and (max-width: 900px) {
  .p-news__inner {
    display: block;
    width:100%;
    margin: 0px auto 20px auto; 

  }
}
.p-news__heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-news__heading {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}


.p-sns_title{
  background: #e6e6e6;
}

.p-sns{
  margin: 0 auto 0 auto;
  padding: 86px 0 20px 0;
  max-width: 1140px;
}
@media screen and (max-width: 900px) {
.p-sns{
  margin: 0 auto 0 auto;
  padding: 66px 0 20px 0;
  max-width: 1140px;
}
}

.p-sns__inner {
  background: #fff;
  border: 1px solid #e6e6e6;
  width:80%;
  margin: 0 auto;
  padding: 20px auto 80px auto; 
}

@media screen and (max-width: 900px) {
  .p-sns__inner {
    background: #fff;
    border: none;
    width:80%;
    margin: 0 auto;
    padding: 20px auto 80px auto; 
  }
  }

.p-sns__body {
  display: flex;
  min-height: 550px;
  padding: 0 15px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-sns__body {
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}


@media screen and (max-width: 900px) {
  .p-sns__inner {
    display: block;
    width:100%;
    margin: 0px auto 20px auto; 

  }
}
.p-sns__heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-sns__heading {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

div#facebook{
  padding:  24px 60px 24px 12px; 
}

div#instagram{
  padding:  24px 12px 24px 60px; 
}

@media screen and (max-width: 1000px) {
  div#facebook{
    width: 100%;
    padding:  12px; 
  }

  div#instagram{
    width: 100%;
    padding:  12px; 
  }

}


@media screen and (max-width: 768px) {
  div#facebook{
    width: 100%;
    padding:  8px; 
  }

  div#instagram{
    width: 100%;
    padding:  8px; 
  }

}

.p-sns__banner{
  width: 100%;
  text-align: center;
}

.p-newface_heading {
  text-align: center;
  margin-bottom: 50px;
}
.p-newface__body {
  padding-top: 20px;
  margin-bottom: 00px;
}
.p-newface__link {
  text-align: center;
}

.p-works {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 900px) {
  .p-works {
    padding: 0;
  }
}
.p-works__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  max-width: 1140px;
}
@media screen and (max-width: 900px) {
  .p-works__inner {
    display: block;
    padding: 30px 20px 60px 20px;
  }
}
.p-works__inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: block;
  width: 60%;
  height: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}
@media screen and (max-width: 900px) {
  .p-works__inner::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-works__img-wrapper {
  width: 59.5238%;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .p-works__img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-works__desc {
  flex: 1;
  text-align: center;
}
.p-works__heading {
  margin-bottom: 30px;
}
.p-works__body {
  margin-bottom: 30px;
}

.p-company {
  text-align: center;
  padding: 0;
  background-color: #e3ebf7;
}
.p-company__inner {
  padding: 40px 15px;
  max-width: 1140px;

}
@media screen and (max-width: 900px) {
  .p-company__inner {
    padding: 60px 0;
    /*background-image: url(img/sp_bg-circle.png);
    background-position: center center;
    background-size: 375px;*/
  }
}
.p-company__heading {
  margin-bottom: 30px;
}
.p-company__body {
  margin-bottom: 30px;
}

.p-recruit-message {
  text-align: center;
}
.p-recruit-message__heading {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #391e88;
}
@media screen and (max-width: 900px) {
  .p-recruit-message__heading {
    margin: 20px 0;
  }
}
.p-recruit-message__title {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 72px;
  font-size: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p-recruit-message__title {
    line-height: 1.2;
    font-size: 48px;
    font-size: 3rem;
  }
}
.p-recruit-message__subtitle {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-recruit-message__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-recruit-message__body {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-recruit-message__body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-recruit-message__img-wrapper img {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
}

@media screen and (max-width: 900px) {
  .p-recruit {
    padding: 0;
  }
}
.p-recruit__inner {
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-recruit__inner {
    flex-direction: column-reverse;
  }
}
.p-recruit__desc {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  background-color: #f0f0f0;
  padding: 70px 40px;
}
.p-recruit__heading {
  margin-bottom: 30px;
  text-align: center;
}
.p-recruit__img-wrapper {
  width: 60%;
  background-image: url(img/kumiai_join.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .p-recruit__img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.p-recruit__body {
  margin-bottom: 30px;
  text-align: center;
}

.p-recruit__btn {
  text-align: center;
  background-image: linear-gradient(#aad976, #87dd24);
  text-shadow: 0px 2px #64a718;
  background-size: 200% auto;
}

.p-recruit__btn a.button002 {
  background: url(img/mail.png) no-repeat 10px center;
  background-size: 20px auto, 100% 100%;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 250px;
  padding: 18px 0;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
}

.p-service-list .c-media:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .p-service-list .c-media:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-works-list .c-card__img {
  border: 1px solid #ececec;
}

.p-greeting {
  padding: 70px 0 70px;
  background-image: url(/img/bg-circle.png), url(/img/bg-face.png);
  background-position: center -20px, center 40px;
}
@media screen and (max-width: 900px) {
  .p-greeting {
    padding: 60px 0 60px;
    background-image: url(/img/sp_bg-circle.png);
    background-position: center -20px;
    background-size: 375px;
  }
}
.p-greeting__heading {
  font-family: "Sawarabi Mincho";
  max-width: 1140px;
  margin-bottom: 30px;
  text-align: center;
}
.p-greeting__message {
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-greeting__message {
    margin-bottom: 60px;
  }
}

.p-greeting__message02 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-greeting__message02 {
    margin-bottom: 30px;
  }
}

.p-company-info__heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-company-info__table {
  margin-bottom: 0px;
}

.p-access__map {
  margin-bottom: 5px;
}
.p-access__map iframe {
  height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 900px) {
  .p-access__map iframe {
    height: 240px;
  }
}
.p-access__map-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-job-list {
  padding-top: 0;
}
.p-job-list__heading {
  margin-bottom: 30px;
  text-align: center;
}
.p-job-list__name {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-job-list__name {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-job-list__detail {
  padding: 60px 95px;
  border: 1px solid #b067cf;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-job-list__detail {
    padding: 30px 20px;
  }
}
.p-job-list__table {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-job-list__table {
    margin-bottom: 40px;
  }
}
.p-job-list__link {
  text-align: center;
}
.p-job-list__link-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-company-video__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-company-video__heading {
    margin-bottom: 30px;
  }
}

.p-contact-form__inner {
  max-width: 780px;
}
.p-contact-form__lead {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-contact-form__lead {
    margin-bottom: 30px;
  }
}
.p-contact-form__body {
  background-color: #f7f7f7;
}
@media screen and (max-width: 900px) {
  .p-contact-form__body {
    padding: 30px;
  }
}

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

.u-text-bold {
  font-weight: bold !important;
}

.u-text-big {
  font-size: 1.5em;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-sp-only {
    display: block;
  }
}

/* # =================================================================
   # history
   # ================================================================= */

div.history_box{
  width: 100%;
  margin: 0 auto;
}

div.history_ul_box{
  margin: 36px auto;
  width: 80%;
  background: #fff;
  padding: 60px 0 0 0;
}

  .history_flow {
    padding-left: 120px;
    position: relative;
    margin: 0 auto;
    }
    .history_flow::before {
      content: "";
      width: 5px;
      height: 100%;
      background: #eee;
      margin-left: -3px;
      display: block;
      position: absolute;
      top: 0;
      left: 120px;
    }

  @media screen and (max-width: 900px) {
    .history_flow {
      padding-left: 0px;
      position: relative;
      margin: 0 auto;
      }
      .history_flow::before {
        content: "";
        width: 5px;
        height: 100%;
        background: #eee;
        margin-left: -3px;
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
      }
  }
    .history_flow > li {
    position: relative;
    list-style: none;
    }
    .history_flow > li:not(:last-child) {
    margin-bottom: 8vh;
    }
    .history_flow > li .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
    }
    .history_flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #66d5e9;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    .history_flow > li dl {
    padding-left: 70px;
    position: relative;
    }
    .history_flow > li dl::before,
    .history_flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    }
    .history_flow > li dl::before {
      width: 20px;
      height: 20px;
      margin-top: -8px;
      background: #415dab;
      
      left: -11px;
    }
    .history_flow > li dl::after {
    width: 50px;
    position: absolute;
    left: 5px;
    }
    .history_flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #415dab;
    margin-bottom: 1vh;
    }

/* # =================================================================
   # history
   # ================================================================= */

   div.sitemap_div_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  div.sitemap_div_flexbox{
    width: 32%;
    height: auto;
  }
  
  div.sitemap_div_flexbox P{
    background-color: #f3f3f3;
    padding: 12px 24px;
    font-size: 1.5rem;
  }
  
  div.sitemap_div_flexbox ul li{
    margin: 12px 0 0 24px ;
    font-size: 1.2rem;
    list-style: none;
  }
  
  div.sitemap_div_flexbox02{
    width: 100%;
    margin-bottom: 24px;
    height: auto;
  }

  @media screen and (max-width: 900px) {
    div.sitemap_div_flexbox02{
      width: 98%;
      height: auto;
      margin-bottom: 24px;
    }
  }
    
  div.sitemap_div_flexbox02 P{
    background-color: #f3f3f3;
    padding: 12px 24px;
    font-size: 1.5rem;
  }
    
  div.sitemap_div_flexbox02 ul li{
    margin: 12px 0 0 24px ;
    font-size: 1.2rem;
    list-style: none;
  }


  .contact_form{

    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .contact_form th{
    border: 1px solid #A28C63;
    background: #ffd165;
    padding: 24px 12px;
  }

  .contact_form td{
    border-bottom: 1px solid #A28C63;
    background: #eee;
    padding: 24px 12px;
  }

  .contact_form select{
    width: 100%;
    position: relative;
    padding-right: 1em;
    padding-left: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 2px solid #ddd;
    background: #ffffff;
    cursor: pointer; /* リンクカーソル（カーソルを指にする） */
  }

  .contact_form select::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid skyblue;
    pointer-events: none;
  }

  .contact_form input{
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 2px solid #ddd;
    background: #ffffff;
    cursor: pointer; /* リンクカーソル（カーソルを指にする） */
  }

  .contact_form textarea{
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 2px solid #ddd;
    background: #ffffff;
    cursor: pointer; /* リンクカーソル（カーソルを指にする） */
  }

  .input_box{
    width: 100%;
    display: flex;
    padding-top: 40px;
  }

  .input_btn{
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 320px;
    margin: auto;
    padding: 12px 24px;
    font-weight: bold;
    border: 2px solid #27acd9;
    color: #27acd9;
  }

  .reset_btn{
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 320px;
    margin: auto;
    padding: 12px 24px;
    font-weight: bold;
    border: 2px solid #87dd24;
    color: #87dd24;
  }

  .p-member_insidemenu{
    background: #eee;
  }

  ul.member_pageinsidemenu{
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
  }

  ul.member_pageinsidemenu li{
    padding: 12px;
    width: 18%;
    background: #1d8ccf;
    margin: 6px;
  }

  @media screen and (max-width: 768px) {
    ul.member_pageinsidemenu li{
      padding: 6px;
      width: 28%;
      background: #1d8ccf;
      margin: 6px;
    }

  }
  ul.member_pageinsidemenu li a{
    color: #fff;
  }

  ul.member_pageinsidemenu_others{
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  ul.member_pageinsidemenu_others li{
    padding: 12px;
    width: 30%;
    background: #c1c1c1;
    margin: 6px;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    ul.member_pageinsidemenu_others li{
      padding: 6px;
      width: 48%;
      background: #c1c1c1;
      margin: 6px;
      font-weight: bold;
    }
  }

  ul.member_pageinsidemenu_others li a{
    color: #415dab;
  }

  table.zyounin_table{
    width: 80%;
    border: 3px solid #1d63bc;
    border-collapse: collapse;
    margin: 0 auto 60px auto;
  }

  table.zyounin_table th{
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    background: #0b7fc6;
    color: #fff;
    border-bottom: 1px solid #ddd;
  }

  table.zyounin_table th a{
    color: #fff;
  }

  table.zyounin_table th span{
    font-size: 1rem;
  }

  table.zyounin_table td{
    padding: 1rem 2rem;
    font-size: 1rem;
    text-align: center;
    background: #eee;
    color: #333;
    border-bottom: 1px solid #ddd;
    border: 1px solid #ddd;
  }

  table.zyounin_table_youtubever{
    width: 80%;
    border: 3px solid #999;
    border-collapse: collapse;
    margin: 0 auto 20px auto;
  }

  table.zyounin_table_youtubever th{
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    background: #ddd;
    color: #333;
    border-bottom: 1px solid #ddd;
  }

  table.zyounin_table_youtubever th span{
    font-size: 1rem;
  }

  table.zyounin_table_youtubever td{
    padding: 1rem 2rem;
    font-size: 1rem;
    text-align: center;
    background: #eee;
    color: #333;
    border-bottom: 1px solid #ddd;
    border: 1px solid #ddd;
  }

  p.table_youtubever_undertext{
    margin: 0 auto 60px auto;
    width: 80%;
    text-align: left;
  }

  div.member_news_pickup{
    width: 80%;
    margin: 12px auto;
    display: flex;
  }

  p.pickup_lable_main{
    max-width: 300px;
    padding: 6px 12px;
    background: tomato;
    color: #fff; 
  }

  p.pickup_lable_sub{
    max-width: 300px;
    padding: 6px 12px;
    background:limegreen;
    color: #fff; 
  }

  p.pickup_link{
    max-width: 800px;
    padding: 6px 12px;
    margin-left: 24px;
  }
  
/*# sourceMappingURL=style.css.map */
