@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;

}
td{
  border: 1px solid #cbcbcb;
  padding: 8px;
}

tr:first-child{
  background: #002F7C;
  /* background: #2eb834; */
  color: #fff;
  font-weight: bold;
}


/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

html, body {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_roboto {
  font-family: 'Roboto', sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_mon {
  font-family: 'Montserrat', sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hiramaru {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  /*overflow: hidden;*/
}

.containner {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}

.containner.is-pb_none {
  padding-bottom: 0;
}

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

.innerBox {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.innerBox.is-pb {
  padding: 0 2% 30px;
}

@media (min-width: 768px) {
  .innerBox.is-pb {
    padding: 0 2% 63px;
  }
}

@media (min-width: 1180px) {
  .innerBox.is-pb {
    padding: 0 0 63px;
  }
}

.innerBox-1102 {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1180px) {
  .innerBox-1102 {
    padding: 0;
  }
}

.innerBox-934 {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1024px) {
  .innerBox-934 {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.b_bold {
  font-weight: 900;
}

.no-bold {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

@media (min-width: 1180px) {
  .display_to_mq_mm {
    display: none;
  }
}

.display_mq {
  display: none;
}

@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}

@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.important__responsive__flex {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.important__responsive__block {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__block {
    display: block !important;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
}

.main__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .main__content {
    width: 88%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pt150 {
  padding-top: 150px;
}

.finish__message {
  font-size: 20px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .finish__message {
    font-size: 32px;
  }
}

#wpmem_restricted_msg {
  padding: 60px 0;
}

#wpmem_restricted_msg p {
  text-align: center;
}

@media (min-width: 1180px) {
  #wpmem_restricted_msg {
    padding: 220px 0 60px;
  }
}

#wpmem_reg {
  display: none;
}

#wpmem_msg {
  padding: 60px 0;
}

@media (min-width: 1180px) {
  #wpmem_msg {
    padding: 220px 0 60px;
  }
}

.responsive__header {
  width: 100%;
  background-color: transparent;
  height: 60px;
  padding: 0 1%;
}

.responsive__header .header__logo {
  line-height: 60px;
}

.responsive__header .header__logo a img {
  vertical-align: middle;
}

@media (min-width: 1180px) {
  .responsive__header {
    display: none;
  }
}

.responsive__header .nav {
  position: fixed;
  top: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2000;
  padding: 20px 2% 0;
}

.responsive__header .nav .nav__ul {
  padding: 0;
  width: 100%;
}

.responsive__header .nav .nav__ul li {
  line-height: 36px;
  list-style-type: none;
  font-size: 18px;
  position: relative;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .responsive__header .nav .nav__ul li {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 48px;
  }
}

.responsive__header .nav .nav__ul li a {
  color: #1a2a4e;
}

.responsive__header .nav .nav__ul li a .traiangle {
  font-size: 10px;
}

.responsive__header .nav .nav__ul li .list__ul li {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .responsive__header .nav .nav__ul li .list__ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.responsive__header .nav .nav__ul li .list__ul li a {
  color: #1a2a4e;
}

.responsive__header #target {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 5px;
  right: 10px;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  z-index: 9999;
}

.responsive__header #target .target_inner {
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.responsive__header #target .target_inner .target_inner_line {
  display: block;
  width: 21.5px;
  height: 2px;
  background: #000000;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  border-radius: 50px;
  position: absolute;
}

.responsive__header #target .target_inner .target_inner_1 {
  top: 13px;
}

.responsive__header #target .target_inner .target_inner_2 {
  top: 21px;
}

.responsive__header #target .target_inner .target_inner_3 {
  top: 29px;
}

/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.linea {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px !important;
}

.lineb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

.linec {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 0;
}
/*===.pc__header__index===*/
.pc__header__index img{/*追加*/
  width:100%;
  }
  
.pc__header__index {
  width: 100%;
  position: relative;
　display: block;
}

@media (max-width: 1180px) {/*@media (min-width: 1180px) */
  .pc__header__index {
    display: none;/* display: block;*/
  }
}

.pc__header__index .header__top {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.749);
  height: 100px;
}

.pc__header__index .header__top .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
}

.pc__header__index .header__top .innerBox .logo {
  padding-top: 4px;
  margin-right: 17px;
}

.pc__header__index .header__top .innerBox .tel {
  margin-right: 16px;
}

.pc__header__index .header__top .innerBox .tel p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #213154;
  font-weight: 600;
  line-height: 18px;
}

.pc__header__index .header__top .innerBox .tel p span {
  font-size: 20px;
}

.pc__header__index .header__top .innerBox .tel p:nth-child(1) {
  margin-right: 5px;
}

.pc__header__index .header__top .innerBox .inquiry {
  margin-right: 6px;
  margin-top: 4px;/*2022.3.7 追加*/
}

.pc__header__index .header__bottom {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.749);
  height: 60px;
  width: 100%;
}

.pc__header__index .header__bottom .flex_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height:60px;/*追加*/
}

/*.pc__header__index .header__bottom .flex_ul li {
  display: block;
}*/

/*.pc__header__index .header__bottom .flex_ul li ul {
  display: none;
}*/



.pc__header__index .header__bottom .flex_ul li a {
  color: #1a2a4e;
  padding: 0 15px;/*0 36px;*/
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;

}


.pc__header__index .header__bottom .flex_ul li a .traiangle {
  font-size: 10px;
  margin-left: 10px;
}

.pc__header__index .header__bottom .flex_ul li {
  position: relative;
}

/*.header__menu ul {    
position:absolute;
display:none;
z-index:10
}*/

.pc__header__index .header__bottom .flex_ul ul {
  display: none;
  position: absolute;
  /*bottom: -123px;*/
  
  width: 200px;/*180px;*/
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 7px;
}

.pc__header__index .header__bottom .flex_ul li ul li {
  margin-bottom: 10px;
}

.pc__header__index .header__bottom .flex_ul > li:hover {
  cursor: pointer;
  color: #dc0000;
  border-bottom: solid 4px #dc0000;
  border-right: solid 1px #dc0000;

}

.pc__header__index .header__bottom .flex_ul li:hover ul {
display:block;
}

.pc__header__index .header__bottom .flex_ul li ul li:hover {
  cursor: pointer;
  opacity: 0.7;
  border: 0px;
}

.pc__header__index .header__bottom .flex_ul li ul li a {
  color: #1a2a4e;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 2px;
}

/*===pc__header__index-fix(top固定された時のメニューバー）====*/
.pc__header__index-fix {
  width: 100%;
  background-color: #ffffff;
  height: 150px;
  position: fixed;
  top: 0;
  display: none;
  z-index: 9999;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}






@media (max-width: 1180px) {/*追加 */
.pc__header__index-fix {
    display: none!important;
  }
}




.pc__header__index-fix .header__top {
  width: 100%;
  height: 100px;
}

.pc__header__index-fix .header__top .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
}

.pc__header__index-fix .header__top .innerBox .logo {
  padding-top: 4px;
  margin-right: 17px;
}

.pc__header__index-fix .header__top .innerBox .tel {
  margin-right: 16px;
}

.pc__header__index-fix .header__top .innerBox .tel p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #213154;
  font-weight: 600;
  line-height: 18px;
}

.pc__header__index-fix .header__top .innerBox .tel p span {
  font-size: 20px;
}

.pc__header__index-fix .header__top .innerBox .tel p:nth-child(1) {
  margin-right: 5px;
}

.pc__header__index-fix .header__top .innerBox .inquiry {
  margin-right: 6px;
}

.pc__header__index-fix .header__bottom {
  height: 50px;
  width: 100%;
}

.pc__header__index-fix .header__bottom .flex_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height:53px!important;/*追加*/
}

.pc__header__index-fix .header__bottom .flex_ul li {
  display: block;
}

.pc__header__index-fix .header__bottom .flex_ul li ul {
  display: none;
}

.pc__header__index-fix .header__bottom .flex_ul li:hover {
  cursor: pointer;
  color: #dc0000;
  border-bottom: solid 4px #dc0000;
  border-right: solid 1px #dc0000;
  left: 0px;
  display: block;
}

.pc__header__index-fix .header__bottom .flex_ul li:hover ul {
display:block;
}

.pc__header__index-fix .header__bottom .flex_ul li a {
  color: #1a2a4e;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 3px 15px; /*0 36px;*/

}



.pc__header__index-fix .header__bottom .flex_ul li a .traiangle {
  font-size: 10px;
  margin-left: 10px;
}

.pc__header__index-fix .header__bottom .flex_ul li {
  position: relative;
}

.pc__header__index-fix .header__bottom .flex_ul li ul {
  display: none;
  position: absolute;
  /*bottom: -180px;/*-123px;*/

  width: 200px;/*180px;*/
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 7px;
}

.pc__header__index-fix .header__bottom .flex_ul li ul li {    
  margin-bottom: 10px;
}

.pc__header__index-fix .header__bottom .flex_ul li ul li:hover {
  cursor: pointer;
  opacity: 0.7;
  border: 0px;
}

.pc__header__index-fix .header__bottom .flex_ul li ul li a {
  color: #1a2a4e;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 2px;
}

/*===pc__header__lower*/

.pc__header__lower {
  width: 100%;
  background-color: #ffffff;
  height: 150px;
  position: fixed;
  top: 0;
  display: none;
  z-index: 9999;
}

@media (min-width: 1180px) {
  .pc__header__lower {
    display: block;
  }
}

.pc__header__lower .header__top {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.749);
  height: 100px;
}

.pc__header__lower .header__top .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
}

.pc__header__lower .header__top .innerBox .logo {
  padding-top: 4px;
  margin-right: 17px;
}

.pc__header__lower .header__top .innerBox .tel {
  margin-right: 16px;
}

.pc__header__lower .header__top .innerBox .tel p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #213154;
  font-weight: 600;
  line-height: 18px;
}

.pc__header__lower .header__top .innerBox .tel p span {
  font-size: 20px;
}

.pc__header__lower .header__top .innerBox .tel p:nth-child(1) {
  margin-right: 5px;
}

.pc__header__lower .header__top .innerBox .inquiry {
  margin-right: 6px;
}

.pc__header__lower .header__bottom {
  background-color: rgba(255, 255, 255, 0.749);
  height: 50px;
  width: 100%;
}

.pc__header__lower .header__bottom .flex_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height:53px!important;/*追加*/
}

.pc__header__lower .header__bottom .flex_ul li {
  display: block;
}

.pc__header__lower .header__bottom .flex_ul li ul {
  display: none;
}

.pc__header__lower .header__bottom .flex_ul li:hover {
  cursor: pointer;
  color: #dc0000;
  border-bottom: solid 4px #dc0000;
  border-right: solid 1px #dc0000;
    left: 0px;
      display: block;
}

.pc__header__lower .header__bottom .flex_ul li:hover ul {
display:block;
}

.pc__header__lower .header__bottom .flex_ul li a { 
  color: #1a2a4e;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 3px 15px;/*0 36px;*/

}

.pc__header__lower .header__bottom .flex_ul li a .traiangle {
  font-size: 10px;
  margin-left: 10px;
}

.pc__header__lower .header__bottom .flex_ul li {
  position: relative;
}

.pc__header__lower .header__bottom .flex_ul li ul {
  display: none;
  position: absolute;
  /*bottom: -123px;*/

  width: 180px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 7px;
}

.pc__header__lower .header__bottom .flex_ul li ul li {
  margin-bottom: 10px;
}

.pc__header__lower .header__bottom .flex_ul li ul li:hover {
  cursor: pointer;
  opacity: 0.7;
  border: 0px;
}

.pc__header__lower .header__bottom .flex_ul li ul li a {
  color: #1a2a4e;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 2px;
}

.l-nav.is-side {
  display: none;
}

@media (min-width: 1024px) {
  .l-nav.is-side {
    width: 12%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
  }
}

.l-nav.is-side .title {
  color: #897D6D;
  font-size: 12px;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
  .l-nav.is-side .title {
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .l-nav.is-side .title {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .l-nav.is-side .title {
    font-size: 24px;
  }
}

.l-nav.is-side .title a {
  color: #897D6D;
}

.l-nav.is-side .side__content {
  position: absolute;
  left: 13%;
  bottom: 3%;
  width: 87%;
}

@media (min-width: 1500px) {
  .l-nav.is-side .side__content {
    margin-top: 230%;
  }
}

@media (min-width: 1920px) {
  .l-nav.is-side .side__content {
    margin-top: 280%;
  }
}

.l-nav.is-side .side__content ul li {
  margin-bottom: 40px;
  position: relative;
}

.l-nav.is-side .side__content ul li a {
  color: white;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .l-nav.is-side .side__content ul li a {
    font-size: 14px;
  }
}

#test3 .side__content ul li:nth-child(1):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#company .side__content ul li:nth-child(2):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#service .side__content ul li:nth-child(3):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#recruit .side__content ul li:nth-child(4):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#contact .side__content ul li:nth-child(5):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

.l-footer__top {
  width: 100%;
  background-image: url(../images/footer/foot_mv.png);
  background-position: center;
  background-size: cover;
  padding: 50px 0 33px;
}

@media (min-width: 768px) {
  .l-footer__top {
    padding: 100px 0 66px;
  }
}

.l-footer__top__title {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .l-footer__top__title {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .l-footer__top__title {
    font-size: 24px;
  }
}

.l-footer__top__tel {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .l-footer__top__tel {
    margin-bottom: 30px;
  }
}

.l-footer__top__tel p {
  font-size: 12px;
  color: #213154;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 768px) {
  .l-footer__top__tel p {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
}

.l-footer__top__tel p a {
  font-size: 30px;
  color: #213154;
}

@media (min-width: 768px) {
  .l-footer__top__tel p a {
    font-size: 54px;
  }
}

.l-footer__top__tel p:nth-child(1) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .l-footer__top__tel p:nth-child(1) {
    margin-bottom: 0;
  }
}

.l-footer__top__inquiry {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 336px;
}

.l-footer__middle {
  background-color: #eeeeee;
  padding: 40px 0 60px;
}

@media (min-width: 768px) {
  .l-footer__middle {
    padding: 60px 0 90px;
  }
}

.l-footer__middle__title {
  font-weight: 300;
  font-size: 20px;
  color: #1a2a4e;
  margin-bottom: 30px;
  position: relative;
}

.l-footer__middle__title:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16px;
  width: 100px;
  height: 4px;
  background-color: #fab313;
}

@media (min-width: 768px) {
  .l-footer__middle__title {
    margin-bottom: 60px;
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .l-footer__middle__title {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .l-footer__middle__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__middle__content a {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .l-footer__middle__content a {
    width: 23.9%;
    margin: 0;
  }
}

.l-footer__middle__content a:last-child {
  margin: 0 auto 50px;
}

@media (min-width: 768px) {
  .l-footer__middle__content a:last-child {
    margin: 0;
  }
}

.l-footer__bottom {
  background-image: url(../images/footer/footer_back.png);
  background-repeat: repeat;
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .l-footer__bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #282828;
    top: 50px;
  }
}

.l-footer__bottom__ul {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .l-footer__bottom__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}

.l-footer__bottom__ul li {
  text-align: left;
}

@media (min-width: 1024px) {
  .l-footer__bottom__ul li {
    text-align: center;
  }
}

.l-footer__bottom__ul li a {
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 16px;
}

.l-footer__bottom__ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer__bottom__ul li .servise__ul {
    margin-top: 10px;
  }
}

.l-footer__bottom__ul li .servise__ul li {
  text-align: left;
}

.l-footer__bottom__ul li .servise__ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
}

.l-footer__bottom__company {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .l-footer__bottom__company {
    font-size: 18px;
    margin-bottom: 48px;
  }
}

.l-footer__bottom__company span {
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .l-footer__bottom__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__bottom__position .detail {
  margin-bottom: 24px;
  text-align: left;
}

@media (min-width: 1024px) {
  .l-footer__bottom__position .detail {
    text-align: left;
    margin-right: 5px;
    display: flex;/*追加*/
    flex-wrap: wrap;/*追加*/
    margin: 30px;/*追加*/
  }
}

.l-footer__bottom__position .detail p {
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
}

@media (min-width: 768px) {
  .l-footer__bottom__position .detail p {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1180px) {
  .l-footer__bottom__position .detail:nth-child(4) {
    margin-right: 0;
  }
}

footer {
  width: 100%;
  background-color: #282828;
  padding: 10px 2%;
  color: #ffffff;
  font-size: 10px;
}

.o-border.is-introduction {
  width: 96%;
  margin: 32px auto 0;
  padding: 40px 0;
}

.o-bread_list {
  padding-top: 10px;
}

@media (min-width: 1180px) {
  .o-bread_list {
    padding-left: 11px;
  }
}

.o-bread_list .innerBox p {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  line-height: 1.5;
  vertical-align: bottom;
}

.o-bread_list .innerBox p:before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  color: #6b6b6b;
}

.o-bread_list .innerBox p a {
  color: #5384ed;
  text-decoration: underline;
  font-size: 13px;
}

.o-bread_list .innerBox p:last-child {
  color: #6b6b6b;
  font-size: 13px;
}

.o-bread_list .innerBox p:last-child:before {
  content: "";
}

.o-title.is-index p:nth-child(1) {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 13px;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .o-title.is-index p:nth-child(1) {
    font-size: 50px;
  }
}

.o-title.is-index p:nth-child(2) {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .o-title.is-index p:nth-child(2) {
    font-size: 15px;
  }
}

.o-title.is-lower {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .o-title.is-lower {
    margin-top: 160px;
  }
}

.o-title.is-lower__text {
  font-weight: 900;
  font-size: 36px;
  color: #000000;
  margin-top: 20px;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .o-title.is-lower__text {
    font-size: 45px;
    margin-top: 36px;
  }
}

.o-title.is-f_35 {
  font-size: 20px;
  color: #000000;
  font-weight: 900;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .o-title.is-f_35 {
    font-size: 35px;
  }
}

.o-text.is-index_top {
  margin: 80px 0 100px;
}

@media (min-width: 768px) {
  .o-text.is-index_top {
    margin: 140px 0 200px;
  }
}

@media (min-width: 1024px) {
  .o-text.is-index_top {
    margin: 200px 0 250px;
  }
}

.o-text h1 {
  font-size: 22px;
  line-height: 1.7;
  color: #000000;
}

@media (min-width: 768px) {
  .o-text h1 {
    font-size: 45px;
    line-height: 80px;
  }
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.o-btn:hover {
  cursor: pointer;
}

.o-btn.is-index_service {
  margin-top: 30px;
  width: 80%;
  max-width: 300px;
  background-color: transparent;
  border: solid 1px #4A617F;
  position: relative;
  font-size: 15px;
  line-height: 68px;
  color: white;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .o-btn.is-index_service {
    margin: 60px auto 0;
  }
}

@media (min-width: 768px) {
  .o-btn.is-index_service:hover {
    cursor: pointer;
    opacity: 1;
  }
  .o-btn.is-index_service:hover:after {
    right: -66px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

.o-btn.is-index_service:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  right: -10px;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.24);
}

@media (min-width: 768px) {
  .o-btn.is-index_service:after {
    width: 87px;
    right: -46px;
  }
}

.o-btn.is-form__seminar {
  width: 244px;
  height: 60px;
  margin: 40px auto 0;
  background-color: #22314e;
  border-radius: 30px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}

.o-btn.is-service__lower {
  width: 90%;
  margin: 0 auto;
  max-width: 336px;
}

.o-btn.is-service_include {
  width: 100%;
  max-width: 375px;
  margin: 30px auto 0;
  background-color: #24334f;
  height: 74px;
  line-height: 74px;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .o-btn.is-service_include {
    padding-left: 32px;
    font-size: 24px;
  }
}

.o-btn.is-service_include:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  width: 55px;
  height: 24px;
  background-image: url(../images/service/lower/triangle.png);
}

@media (min-width: 768px) {
  .o-btn.is-service_include:before {
    right: 36px;
  }
}

.o-table.is-guide {
  margin: 48px auto 0;
  width: 100%;
  max-width: 1200px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

.o-table.is-guide::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.o-table.is-guide table {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 17px 17px;
}

.o-table.is-guide table tr {
  border-spacing: 0 0 20px;
}

.o-table.is-guide table tr td {
  font-size: 16px;
  line-height: 31px;
}

.o-table.is-guide table tr td:nth-child(1) {
  width: 25%;
  border-spacing: 0 20px 0 0;
}

.o-table.is-guide table tr td:nth-child(2) {
  width: 29.1%;
  border-spacing: 0 20px 0 0;
}

.o-table.is-guide table tr td:nth-child(3) {
  width: 16.6%;
  border-spacing: 0 20px 0 0;
}

.o-table.is-guide table tr td:nth-child(4) {
  width: 25%;
}

.o-table.is-guide table tr .black {
  font-weight: 900;
}

.o-table.is-guide table tr:not(:first-child) td {
  height: 139px;
  background-color: #ffffff;
  vertical-align: middle;
}

.o-table.is-guide table tr:not(:first-child) td:nth-child(1) {
  background-color: #EAF2F4;
}

.o-table.is-guide table tr:not(:first-child) td:nth-child(2) .td_top {
  width: 96px;
  display: inline-block;
  margin-right: 27px;
  letter-spacing: 0.2em;
}

.o-table.is-guide table tr:not(:first-child) td:nth-child(2) .td_bottom {
  width: 58px;
  display: inline-block;
  margin-right: 27px;
  letter-spacing: 0.2em;
}

.o-table.is-guide__bottom {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.o-bread_list {
  padding-top: 10px;
}

@media (min-width: 1180px) {
  .o-bread_list {
    padding-left: 11px;
  }
}

.o-bread_list p {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  line-height: 1.5;
  vertical-align: middle;
}

.o-bread_list p:before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  color: #6b6b6b;
}

.o-bread_list p a {
  color: #5384ed;
  text-decoration: underline;
  font-size: 13px;
}

.o-bread_list p:last-child {
  color: #6b6b6b;
  font-size: 13px;
}

.o-bread_list p:last-child:before {
  content: "";
}

.wp-pagenavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; 
}

@media (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 60px; 
  }
}

.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi span {
  padding: 0;
  margin: 0 5.5px !important;
}

.wp-pagenavi a {
  padding: 0 !important;
  margin: 0 5.5px !important;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .extend {
  border: 0;
}

.wp-pagenavi .previouspostslink {
  background-color: #213154;
  color: #ffffff;
  border: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #213154;
}

.wp-pagenavi .previouspostslink:before {
  content: "";
  display: none;
}

.wp-pagenavi .nextpostslink {
  background-color: #213154;
  color: #ffffff;
  border: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #213154;
}

.wp-pagenavi .nextpostslink:before {
  content: "";
  display: none;
}

.wp-pagenavi .page {
  background-color: #ffffff;
  color: #B5B5B5;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #000000;
  border: solid 1px #213154;
  font-size: 17px;
  color: #213154;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-pagenavi .current {
  background-color: #dc0000;
  color: #ffffff;
  border: 0;
  width: 34px;
  height: 34px;
  line-height: 28px;
  display: inline-block;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #dc0000;
  border-color: #dc0000 !important;
}

.wp-pagenavi .current:before {
  content: "";
  display: none;
}

.o-mv.is-lower {
  width: 100%;
  height: 113px;
  background-image: url(../images/mv/mv_lower.png);
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .o-mv.is-lower {
    height: 226px;
  }
}

@media (min-width: 1180px) {
  .o-mv.is-lower {
    margin-top: 150px;
  }
}

.o-mv.is-lower p:nth-child(1) {
  padding-top: 35px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .o-mv.is-lower p:nth-child(1) {
    padding-top: 70px;
    font-size: 56px;
  }
}

.o-mv.is-lower p:nth-child(2) {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o-mv.is-lower p:nth-child(2) {
    font-size: 36px;
  }
}

.o-mv.is-index {
  width: 100%;
}

.o-mv.is-index_sp {
  width: 100%;
}

@media (min-width: 1180px) {
  .o-mv.is-index_sp {
    display: none;
  }
}

.o-mv.is-company {
  width: 100%;
  padding: 30px 2% 40px;
  margin: 12px auto 0;
  background-image: url(../images/mv/mv_company.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .o-mv.is-company {
    padding: 60px 1.89% 80px;
  }
}

.o-mv.is-company .company__content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 2%;
}

.o-mv.is-company .company__content .company__content__title {
  color: #1a2a4e;
  font-size: 20px;
  position: relative;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .o-mv.is-company .company__content .company__content__title {
    margin-bottom: 48px;
    font-size: 36px;
  }
}

.o-mv.is-company .company__content .company__content__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

.o-mv.is-company .company__content .company__content__text {
  font-size: 14px;
  color: #1a2a4e;
  line-height: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .o-mv.is-company .company__content .company__content__text {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .o-mv.is-company .company__content .company__content__text {
    font-size: 20px;
  }
}

.o-mv.is-company .company__content .company__content__text-font {
  color: #1a2a4e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .o-mv.is-company .company__content .company__content__text-font {
    font-size: 24px;
    line-height: 32px;
  }
}

.o-mv.is-company .company__content .company__content__text-font span {
  color: #dc0000;
}

.o-form.is-contact {
  width: 99%;
  max-width: 1067px;
  margin: 0 auto 40px;
  border: solid 5px #eeeeee;
  padding: 40px 2% 30px;
}

@media (min-width: 768px) {
  .o-form.is-contact {
    padding: 60px 2% 45px;
    margin: 0 auto 80px;
  }
}

@media (min-width: 1024px) {
  .o-form.is-contact {
    padding: 60px 4.5% 45px;
  }
}

.o-form.is-contact .seminar__content {
  margin-bottom: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-form.is-contact .seminar__content .seminar__content__left {
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  position: relative;
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content .seminar__content__left.is-pt10 {
    padding-top: 10px;
  }
}

.o-form.is-contact .seminar__content .seminar__content__left span {
  font-size: 10px;
  width: 30px;
  height: 16px;
  background-color: #fab313;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content .seminar__content__left span {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content .seminar__content__left {
    width: 14%;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .o-form.is-contact .seminar__content .seminar__content__left {
    font-size: 15px;
  }
}

.o-form.is-contact .seminar__content .seminar__content__right {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content .seminar__content__right {
    width: 80%;
    margin-bottom: 0;
  }
}

.o-form.is-contact .seminar__content .seminar__content__right input[type="text"], 
.o-form.is-contact .seminar__content .seminar__content__right input[type="email"]{
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  width: 100%;
  padding: 0 16px;
  color: #000000;
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  background-color: #ffffff;
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label {
  display: block;
}

@media (min-width: 768px) {
  .o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label {
    display: inline-block;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label {
    margin-right: 30px;
  }
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label input[type="checkbox"] {
  display: none;
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label .mwform-checkbox-field-text {
  padding-left: 10px;
  position: relative;
  margin-left: 23px;
  font-size: 15px;
  color: #000000;
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label .mwform-checkbox-field-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  border: solid 1px #d1d1d1;
  left: -23px;
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label .mwform-checkbox-field-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -17px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #dc0000;
  border-bottom: 3px solid #dc0000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.o-form.is-contact .seminar__content .seminar__content__right .mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.o-form.is-contact .seminar__content .seminar__content__right textarea {
  width: 100%;
  height: 222px;
  max-width: 100%;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  padding: 16px;
  font-size: 15px;
  color: #000000;
  background-color: #ffffff;
}

.o-form.is-forget {
  width: 99%;
  max-width: 1067px;
  margin: 0 auto 60px;
  border: solid 5px #eeeeee;
  padding: 40px 2% 30px;
}

@media (min-width: 768px) {
  .o-form.is-forget {
    margin: 0 auto 120px;
    padding: 60px 2% 45px;
  }
}

@media (min-width: 1024px) {
  .o-form.is-forget {
    padding: 60px 5.5% 45px;
  }
}

.o-form.is-forget .seminar__content {
  margin-bottom: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-form.is-forget .seminar__content .seminar__content__left {
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  position: relative;
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content .seminar__content__left.is-pt10 {
    padding-top: 10px;
  }
}

.o-form.is-forget .seminar__content .seminar__content__left span {
  font-size: 10px;
  width: 30px;
  height: 16px;
  background-color: #fab313;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content .seminar__content__left span {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content .seminar__content__left {
    width: 14%;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .o-form.is-forget .seminar__content .seminar__content__left {
    font-size: 15px;
  }
}

.o-form.is-forget .seminar__content .seminar__content__right {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .o-form.is-forget .seminar__content .seminar__content__right {
    width: 80%;
    margin-bottom: 0;
  }
}

.o-form.is-forget .seminar__content .seminar__content__right input[type="text"], .o-form.is-forget .seminar__content .seminar__content__right input[type="email"] {
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  width: 100%;
  padding: 0 16px;
  color: #000000;
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  background-color: #ffffff;
}

.o-form.is-seminar {
  width: 99%;
  max-width: 1067px;
  margin: 0 auto;
  border: solid 5px #eeeeee;
  padding: 40px 2% 30px;
}

@media (min-width: 768px) {
  .o-form.is-seminar {
    padding: 60px 2% 45px;
  }
}

@media (min-width: 1024px) {
  .o-form.is-seminar {
    padding: 60px 5.5% 45px;
  }
}

.o-form.is-seminar .seminar__content {
  margin-bottom: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-from .is-contact .o-form__heading{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.o-form .is-contact .subHeading{
	font-size: 15px;
	color: red;
}

.o-form.is-seminar .seminar__content .seminar__content__left {
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  position: relative;
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content .seminar__content__left.is-pt10 {
    padding-top: 10px;
  }
}

.o-form.is-seminar .seminar__content .seminar__content__left span {
  font-size: 10px;
  width: 30px;
  height: 16px;
  background-color: #fab313;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content .seminar__content__left span {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content .seminar__content__left {
    width: 14%;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .o-form.is-seminar .seminar__content .seminar__content__left {
    font-size: 15px;
  }
}

.o-form.is-seminar .seminar__content .seminar__content__right {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .o-form.is-seminar .seminar__content .seminar__content__right {
    width: 80%;
    margin-bottom: 0;
  }
}

.o-form.is-seminar .seminar__content .seminar__content__right input[type="text"], .o-form.is-seminar .seminar__content .seminar__content__right input[type="email"] {
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  width: 100%;
  padding: 0 16px;
  color: #000000;
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  background-color: #ffffff;
}

.o-form.is-seminar .seminar__content .seminar__content__right textarea {
  width: 100%;
  height: 222px;
  max-width: 100%;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  padding: 16px;
  font-size: 15px;
  color: #000000;
  background-color: #ffffff;
}

.p-index.is-index_top {
  background-image: url(../images/index/index_top_back.png);
  background-position: left top;
  background-color: #ffffff;
}

.p-index__sec1 {
  background: rgba(238, 238, 238, 0.5);
  padding: 45px 0 70px;
}

@media (min-width: 768px) {
  .p-index__sec1 {
    padding: 90px 0 140px;
  }
}

.p-index__sec1__title {
  margin-bottom: 40px;
  text-align: center;
}

.p-index__sec1__title p {
  display: inline-block;
  vertical-align: middle;
  color: #223e6f;
  font-size: 40px;
  line-height: 0.7;
}

@media (min-width: 768px) {
  .p-index__sec1__title p {
    font-size: 52px;
  }
}

.p-index__sec1__title p span {
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-index__sec1__title p span {
    font-size: 24px;
  }
}

.p-index__sec1__text {
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-index__sec1__text {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec1__text {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-index__sec1__content .detail {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 10px;
  padding: 20px 2%;
}

@media (min-width: 1024px) {
  .p-index__sec1__content .detail {
    width: 49.5%;
    margin: 0 0 10px;
    padding: 20px 0;
  }
}

.p-index__sec1__content .detail .title {
  margin-bottom: 16px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-index__sec1__content .detail .title {
    font-size: 22px;
    line-height: 1;
  }
}

.p-index__sec1__content .detail .image {
  width: 100%;
  max-width: 322px;
  border-radius: 40px;
  background-color: #ffffff;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto 16px;
  display: block;
}

.p-index__sec1__content .detail .text {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 8px;
}

.p-index__sec1__content .detail .link {
  display: block;
  margin: 0 auto;
  border: solid 1px #ffffff;
  background-color: rgba(0, 170, 221, 0.4);
  width: 100%;
  max-width: 298px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .p-index__sec1__content .detail .link {
    text-align: left;
    padding-left: 102px;
  }
}

.p-index__sec1__content .detail .link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 16px;
  background-image: url(../images/index/traiangle.png);
  right: 20px;
}

@media (min-width: 768px) {
  .p-index__sec1__content .detail .link:before {
    right: 63px;
  }
}

.p-index__sec1__content .detail:nth-child(1) {
  background-image: url(../images/index/sec1_1.png);
  background-size: cover;
}

.p-index__sec1__content .detail:nth-child(2) {
  background-image: url(../images/index/sec1_2.png);
  background-size: cover;
}

.p-index__sec1__content .detail:nth-child(2) .image {
  padding: 13px 0;
}

.p-index__sec1__content .detail:nth-child(3) {
  background-image: url(../images/index/sec1_3.png);
  background-size: cover;
}

@media (min-width: 1024px) {
  .p-index__sec1__content .detail:nth-child(3) {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-index__sec1__content .detail:nth-child(3) .text {
    margin-bottom: 8px;
  }
}

.p-index__sec1__content .detail:nth-child(4) {
  background-image: url(../images/index/sec1_4.png);
  background-size: cover;
}

@media (min-width: 1024px) {
  .p-index__sec1__content .detail:nth-child(4) {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-index__sec1__content .detail:nth-child(4) .text {
    margin-bottom: 8px;
  }
}

.p-index__sec2 {
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .p-index__sec2 {
    padding: 50px 0 120px;
  }
}

.p-index__sec2__title {
  margin-bottom: 8px;
  text-align: center;
}

.p-index__sec2__title p {
  display: inline-block;
  vertical-align: middle;
  color: #223e6f;
  font-size: 40px;
}

@media (min-width: 768px) {
  .p-index__sec2__title p {
    font-size: 52px;
  }
}

.p-index__sec2__text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #001c58;
}

@media (min-width: 768px) {
  .p-index__sec2__text {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__text {
    font-size: 24px;
  }
}

.p-index__sec2__content-top {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top {
    width: 74.77%;
    max-width: 830px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index__sec2__content-top .detail {
  width: 100%;
  max-width: 270px;
  border: solid 1px #001c58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 345px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail {
    width: 32.54%;
    margin: 0 0 10px;
  }
}

.p-index__sec2__content-top .detail .detail__top {
  position: relative;
  background-color: #ffffff;
  height: 185px;
  width: 100%;
}

.p-index__sec2__content-top .detail .detail__top .worries {
  position: absolute;
  top: -1px;
  left: -3px;
  width: 64px;
  height: 64px;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail .detail__top .worries {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail .detail__top .worries {
    width: 64px;
    height: 64px;
  }
}

.p-index__sec2__content-top .detail .detail__top .number {
  font-size: 30px;
  color: #1a2a4e;
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 2;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail .detail__top .number {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-top .detail .detail__top .number {
    font-size: 30px;
  }
}

.p-index__sec2__content-top .detail .detail__top .title {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #1a2a4e;
  line-height: 28px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail .detail__top .title {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-top .detail .detail__top .title {
    font-size: 18px;
  }
}

.p-index__sec2__content-top .detail .detail__top .yajirushi {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 52px;
  height: 32px;
}

.p-index__sec2__content-top .detail .detail__bottom {
  width: 100%;
  height: 160px;
  background-size: cover;
  position: relative;
  display: block;
}

.p-index__sec2__content-top .detail .detail__bottom .title {
  text-align: center;
  padding: 30px 2% 0;
}

.p-index__sec2__content-top .detail .detail__bottom .link {
  width: 90%;
  max-width: 198px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 1024px) {
  .p-index__sec2__content-top .detail .detail__bottom .link {
    text-align: left;
    padding-left: 50px;
  }
}

.p-index__sec2__content-top .detail .detail__bottom .link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 16px;
  background-image: url(../images/index/traiangle.png);
  right: 10px;
}

@media (min-width: 768px) {
  .p-index__sec2__content-top .detail .detail__bottom .link:before {
    width: 0px;
    height: 0px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-top .detail .detail__bottom .link:before {
    width: 37px;
    height: 16px;
    right: 23px;
  }
}

.p-index__sec2__content-top .detail:nth-child(1) .detail__bottom {
  background-image: url(../images/index/sec2_1.png);
}

.p-index__sec2__content-top .detail:nth-child(2) .detail__bottom {
  background-image: url(../images/index/sec2_2.png);
}

.p-index__sec2__content-top .detail:nth-child(3) .detail__bottom {
  background-image: url(../images/index/sec2_3.png);
}

.p-index__sec2__content-bottom {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index__sec2__content-bottom .detail {
  width: 100%;
  max-width: 270px;
  border: solid 1px #001c58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 345px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail {
    width: 24.32%;
    margin: 0;
  }
}

.p-index__sec2__content-bottom .detail .detail__top {
  position: relative;
  background-color: #ffffff;
  height: 185px;
  width: 100%;
}

.p-index__sec2__content-bottom .detail .detail__top .worries {
  position: absolute;
  top: -1px;
  left: -3px;
  width: 64px;
  height: 64px;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail .detail__top .worries {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail .detail__top .worries {
    width: 64px;
    height: 64px;
  }
}

.p-index__sec2__content-bottom .detail .detail__top .number {
  font-size: 30px;
  color: #1a2a4e;
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 2;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail .detail__top .number {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-bottom .detail .detail__top .number {
    font-size: 30px;
  }
}

.p-index__sec2__content-bottom .detail .detail__top .title {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #1a2a4e;
  line-height: 28px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail .detail__top .title {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-bottom .detail .detail__top .title {
    font-size: 18px;
  }
}

.p-index__sec2__content-bottom .detail .detail__top .yajirushi {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 52px;
  height: 32px;
}

.p-index__sec2__content-bottom .detail .detail__bottom {
  width: 100%;
  height: 160px;
  background-size: cover;
  position: relative;
  display: block;
}

.p-index__sec2__content-bottom .detail .detail__bottom .title {
  text-align: center;
  padding: 30px 2% 0;
}

.p-index__sec2__content-bottom .detail .detail__bottom .link {
  width: 90%;
  max-width: 198px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 1024px) {
  .p-index__sec2__content-bottom .detail .detail__bottom .link {
    text-align: left;
    padding-left: 50px;
  }
}

.p-index__sec2__content-bottom .detail .detail__bottom .link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 16px;
  background-image: url(../images/index/traiangle.png);
  right: 10px;
}

@media (min-width: 768px) {
  .p-index__sec2__content-bottom .detail .detail__bottom .link:before {
    width: 0px;
    height: 0px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec2__content-bottom .detail .detail__bottom .link:before {
    width: 37px;
    height: 16px;
    right: 23px;
  }
}

.p-index__sec2__content-bottom .detail:nth-child(1) .detail__bottom {
  background-image: url(../images/index/sec2_4.png);
}

.p-index__sec2__content-bottom .detail:nth-child(2) .detail__bottom {
  background-image: url(../images/index/sec2_5.png);
}

.p-index__sec2__content-bottom .detail:nth-child(3) .detail__bottom {
  background-image: url(../images/index/sec2_6.png);
}

.p-index__sec2__content-bottom .detail:nth-child(4) .detail__bottom {
  background-image: url(../images/index/sec2_7.png);
}

.p-index__sec3 {
  width: 100%;
  padding: 48px 0;
  background-image: url(../images/index/sec3_back.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .p-index__sec3 {
    padding: 96px 0;
  }
}

.p-index__sec3__title {
  margin-bottom: 40px;
  text-align: center;
}

.p-index__sec3__title p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #f3f5dd;
}

@media (min-width: 768px) {
  .p-index__sec3__title p {
    font-size: 36px;
  }
}

.p-index__sec3__title p:nth-child(2) {
  position: relative;
  margin-left: 8px;
}

.p-index__sec3__title p:nth-child(2):before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-index__sec3__content {
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__sec3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-index__sec3__content .text {
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__sec3__content .text {
    width: 52%;
  }
}

@media (min-width: 1180px) {
  .p-index__sec3__content .text {
    width: 52.3%;
  }
}

.p-index__sec3__content .text p {
  color: #f3f5dd;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.p-index__sec3__content .text p .c_red {
  color: #dc0000;
}

@media (min-width: 1024px) {
  .p-index__sec3__content .text p {
    font-size: 18px;
  }
}

.p-index__sec3__content .image {
  width: 100%;
  max-width: 530px;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .p-index__sec3__content .image {
    margin: 0;
    width: 47.7%;
  }
}

.p-index__sec3__btn {
  border: solid 1px #f3f5dd;
  background-color: rgba(0, 0, 0, 0.4);
  width: 90%;
  margin: 30px auto 0;
  max-width: 358px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  color: #f3f5dd;
}

@media (min-width: 768px) {
  .p-index__sec3__btn {
    text-align: left;
    padding-left: 137px;
  }
}

.p-index__sec3__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 16px;
  background-image: url(../images/index/traiangle.png);
  right: 60px;
}

@media (min-width: 768px) {
  .p-index__sec3__btn:before {
    right: 100px;
  }
}

@media (min-width: 768px) {
  .p-index__sec3__btn {
    margin: 60px auto 0;
  }
}

.p-index__sec4 {
  width: 100%;
  background-image: url(../images/index/sec4_back.png);
  background-repeat: repeat;
  padding: 50px 0 40px;
}

@media (min-width: 768px) {
  .p-index__sec4 {
    padding: 100px 0 80px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec4 .innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index__sec4__content {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 500px;
}

@media (min-width: 1024px) {
  .p-index__sec4__content {
    width: 50%;
    margin: 0;
  }
}

.p-index__sec4__content .btn {
  width: 80%;
  max-width: 198px;
  margin: 54px auto 0;
  background-color: #7f7f7f;
  display: block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

@media (min-width: 768px) {
  .p-index__sec4__content .btn {
    text-align: left;
    padding-left: 48px;
  }
}

.p-index__sec4__content .btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 16px;
  background-image: url(../images/index/traiangle.png);
  right: 14px;
}

@media (min-width: 768px) {
  .p-index__sec4__content .btn:before {
    right: 23px;
  }
}

.p-index__sec4__content .title {
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
  margin-bottom: 60px;
}

.p-index__sec4__content .title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-index__sec4__content .title {
    font-size: 36px;
  }
}

.p-index__sec4__content .post {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .p-index__sec4__content .post {
    white-space: nowrap;
  }
}

.p-index__sec4__content .post span {
  display: block;
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 768px) {
  .p-index__sec4__content .post span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .p-index__sec4__content .post .date {
    margin-right: 8px;
  }
}

.p-index__sec4__content .post .category__width {
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-index__sec4__content .post .category__width {
    margin-bottom: 0;
  }
}

.p-index__sec4__content .post .category__width .category {
  padding: 0 6px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.p-index__sec4__content .post .category__width .industry {
  padding: 0 6px;
  display: inline-block;
  font-size: 14px;
}

.p-index__sec4__content .post .title__content {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .p-index__sec4__content .post .title__content {
    margin-top: 10px;
  }
}

.p-index__sec4__content .post .title__content a {
  color: #000000;
}

.p-index__sec4__content .post:last-child {
  margin-bottom: 0;
}

.p-news__index {
  width: 100%;
  max-width: 1049px;
  padding: 30px 2% 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-news__index {
    padding: 60px 2% 80px;
  }
}

.p-news__index__content .post {
  border-bottom: solid 1px #b5b5b5;
  padding-bottom: 10px;
  padding-top: 36px;
}

.p-news__index__content .post .date {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-news__index__content .post .date {
    margin-bottom: 0;
    margin-right: 3.8%;
    font-size: 16.8px;
    display: inline-block;
  }
}

.p-news__index__content .post .category__width {
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-news__index__content .post .category__width {
    margin-bottom: 0;
  }
}

.p-news__index__content .post .category__width .category {
  padding: 6px;
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-news__index__content .post .category__width .category {
    font-size: 16.8px;
  }
}

.p-news__index__content .post .title__content {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-news__index__content .post .title__content {
    font-size: 16.8px;
    margin-top: 12px;
    line-height: 2;
  }
}

.p-news__index__content .post .title__content a {
  color: #000000;
  text-decoration: underline;
}

.p-news__show {
  padding: 40px 2.7% 40px 1.35%;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.p-news__show .single__top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-news__show .single__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news__show .single__top .date {
  font-size: 14px;
  color: #000000;
}

@media (min-width: 768px) {
  .p-news__show .single__top .date {
    font-size: 16.8px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .p-news__show .single__top .date {
    margin-right: 40px;
  }
}

.p-news__show .single__top .category {
  padding: 6px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-news__show .single__top .category {
    font-size: 16.8px;
  }
}

.p-news__show .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-news__show .title {
    font-size: 22px;
  }
}

.p-news__show .content p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-news__show .content p {
    font-size: 15px;
  }
}

.p-news__show .content p:last-child {
  margin-bottom: 0;
}

.p-qa__btn {
  width: 100%;
  max-width: 860px;
  margin: 40px auto 0;
  padding: 0 2%;
}

@media (min-width: 768px) {
  .p-qa__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px auto 0;
  }
}

.p-qa__btn__detail {
  width: 80%;
  max-width: 280px;
  margin: 0 auto 20px;
  background-color: #1a2a4e;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}

.p-qa__btn__detail:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-qa__btn__detail:last-child {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-qa__btn__detail:last-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .p-qa__btn__detail {
    width: 32.5%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-qa__btn__detail {
    font-size: 20px;
  }
}

.p-qa__btn .current {
  background-color: #de0f0f;
}

.p-qa__title {
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-qa__title {
    font-size: 36px;
    margin-top: 80px;
  }
}

.p-qa__title__none {
  display: none;
}

.p-qa__title .active {
  display: block;
}

.p-qa__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-qa__content {
  margin-top: 12px;
  padding: 0 2%;
  overflow: hidden;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .p-qa__content {
    padding-bottom: 240px;
  }
}

.p-qa__content__detail {
  display: none;
}

.p-qa__content .active {
  display: block;
}

.p-qa__slide {
  width: 100%;
  max-width: 1110px;
  padding: 20px 2%;
  background-color: #ececec;
  border-bottom: solid 4px #1a2a4e;
  margin: 36px auto 0;
  position: relative;
}

@media (min-width: 768px) {
  .p-qa__slide {
    padding: 20px 8px;
  }
}

.p-qa__slide__q {
  font-size: 18px;
  color: #1a2a4e;
  width: 85%;
  line-height: 1.5;
  text-indent: -2em;
  padding-left: 2em;
  position: relative;
}

@media (min-width: 768px) {
  .p-qa__slide__q {
    font-size: 22px;
  }
}

.p-qa__slide__q .title {
  font-weight: 600;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .p-qa__slide__q .title {
    font-size: 32px;
  }
}

.p-qa__slide .plus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16%;
  margin: auto;
  color: #1a2a4e;
  width: 23px;
  height: 23px;
  background-image: url(../images/qa/qa_plus.png);
}

@media (min-width: 1024px) {
  .p-qa__slide .plus:before {
    right: -17%;
  }
}

.p-qa__slide .minus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16%;
  margin: auto;
  color: #1a2a4e;
  font-size: 20px;
  width: 24px;
  height: 3px;
  background-image: url(../images/qa/qa_minus.png);
}

@media (min-width: 1024px) {
  .p-qa__slide .minus:before {
    right: -17%;
  }
}

.p-qa__slide__a {
  display: none;
  width: 90%;
  margin: 20px auto 0;
  background-color: #ffffff;
  line-height: 1.5;
  padding: 20px 2%;
  font-size: 14px;
  color: #333333;
}

@media (min-width: 768px) {
  .p-qa__slide__a {
    font-size: 16px;
    margin: 36px auto 0;
  }
}

@media (min-width: 1024px) {
  .p-qa__slide__a {
    width: 93%;
    padding: 20px 15px;
  }
}

.p-qa__slide__a .title {
  color: #de0f0f;
  font-weight: 600;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .p-qa__slide__a .title {
    font-size: 32px;
  }
}

.p-seminar__index {
  width: 100%;
  padding: 30px 2% 40px;
  max-width: 1110px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-seminar__index {
    padding: 60px 9px 80px;
  }
}

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

@media (min-width: 768px) {
  .p-seminar__index__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-seminar__index__content:last-child {
  margin-bottom: 0;
}

.p-seminar__index__content .content__left {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .p-seminar__index__content .content__left {
    width: 30.21%;
  }
}

.p-seminar__index__content .content__left .status {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 10px;
  width: 114px;
  height: 74px;
  font-size: 15px;
  font-weight: 600;
}

.p-seminar__index__content .content__left .image {
  display: block;
}

@media (min-width: 768px) {
  .p-seminar__index__content .content__right {
    width: 69%;
  }
}

.p-seminar__index__content .content__right .right__top {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .p-seminar__index__content .content__right .right__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-seminar__index__content .content__right .right__top .right__top__title {
  font-size: 14px;
  color: #000000;
  margin-right: 13px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .p-seminar__index__content .content__right .right__top .right__top__title {
    font-size: 16.8px;
  }
}

@media (min-width: 1024px) {
  .p-seminar__index__content .content__right .right__top .right__top__title {
    margin-bottom: 0;
  }
}

.p-seminar__index__content .content__right .right__top .right__top__category {
  padding: 6px 14px;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .p-seminar__index__content .content__right .right__top .right__top__category {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.p-seminar__index__content .content__right .right__top .right__top__industry {
  padding: 6px 14px;
  font-size: 14px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .p-seminar__index__content .content__right .right__top .right__top__industry {
    font-size: 16px;
  }
}

.p-seminar__index__content .content__right .right__middle {
  margin-bottom: 16px;
}

.p-seminar__index__content .content__right .right__middle a {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
}

@media (min-width: 768px) {
  .p-seminar__index__content .content__right .right__middle a {
    font-size: 18px;
  }
}

.p-seminar__index__content .content__right .text {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-seminar__index__content .content__right .text {
    font-size: 15px;
  }
}

.p-seminar__index__content .content__right .text img {
  display: none;
}

.p-seminar__show {
  width: 100%;
  max-width: 1110px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .p-seminar__show {
    padding: 0px 14px 96px;
  }
}

.p-seminar__show .status {
  position: relative;
  top: 0;
  right: 0;
  padding: 4px 0;
  width: 90px;
  height: 26px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
  margin: 0 15px 0 0;
}

@media screen and (max-width:768px){
.p-seminar__show .status {
  position: relative;
  top: 0;
  right: 0;
  padding: 4px 0;
  width: 90px;
  height: 26px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
  margin: 0 10px 0 0;
}
}

.p-seminar__show .show__title {
  display: block;
  padding-top: 40px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-seminar__show .show__title {
    padding-top: 0;
  }
}

.p-seminar__show .show__title p:nth-child(1) {
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-seminar__show .show__title p:nth-child(1) {
    font-size: 16.8px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 13px;
  }
}

.p-seminar__show .show__title__category {
  padding: 4px 14px;
  font-size: 12px;
  display: inline-block;
  width: 135px;
  height: 26px;
  text-align: center;
  border-radius: 14px;
  line-height: 1.4;
  margin: 0 15px 0 0;
}

@media screen and (max-width:768px){
.p-seminar__show .show__title__category {
  padding: 4px 2px;
  font-size: 12px;
  display: inline-block;
  width: 135px;
  height: 26px;
  text-align: center;
  border-radius: 14px;
  line-height: 1.4;
  margin: 0 10px 0 0;
}
}



@media (min-width: 768px) {
  .p-seminar__show .show__title .show__title__category {
    font-size: 12px;
  }
}

.p-seminar__show .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin: 30px 0 0;
  color: #002F7C;
}

@media (min-width: 768px) {
  .p-seminar__show .title {
    font-size: 30px;
    margin: 30px 0 0;
    line-height: 1.5;
  }
}

.p-seminar__show .discription {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .p-seminar__show .discription {
    margin-bottom: 40px;
    font-size: 15px;
  }
}

.p-seminar__show .recommended {
  width: 99.6%;
  margin: 0 auto 20px;
  border: solid 2px #1a2a4e;
  padding: 30px 0 30px 11px;
  font-size: 14px;
  position: relative;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .p-seminar__show .recommended {
    margin: 0 auto 40px;
    font-size: 15px;
  }
}

.p-seminar__show .recommended:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 11px;
  width: 175px;
  height: 18px;
  background-image: url(../images/seminar/recommended__title.jpg);
}

.p-seminar__show .seminar_content {
  background-color: #eeeeee;
  padding: 20px 1.8%;
  width: 99.6%;
  margin: 0 auto;
}

.p-seminar__show .seminar_content .seminar_content_title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-seminar__show .seminar_content .seminar_content_title {
    font-size: 20px;
  }
}

.p-seminar__show .seminar_content .seminar_content_text {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}

@media (min-width: 768px) {
  .p-seminar__show .seminar_content .seminar_content_text {
    font-size: 15px;
  }
}

.p-seminar__show__form {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .p-seminar__show__form {
    margin-top: 48px;
  }
}

.p-seminar__show__form p:nth-child(1) {
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-seminar__show__form p:nth-child(1) {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.p-seminar__show__form p:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  right: 0;
  left: 0;
  margin: auto;
}

.p-seminar__show__form p:nth-child(2) {
  font-size: 15px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-seminar__show__form p:nth-child(2) {
    font-size: 17px;
  }
}

.p-seminar__show__form p:nth-child(3) {
  font-size: 13px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 20px;
}

.p-seminar__show__form p:nth-child(3) a {
  color: #333333;
  text-decoration: underline;
}

.p-performance__top {
  margin: 36px auto;
}

@media (min-width: 768px) {
  .p-performance__top {
    margin: 54px auto;
  }
}

.p-performance__top__title {
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-performance__top__title {
    margin-bottom: 60px;
  }
}

.p-performance__top__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-performance__top__title {
    font-size: 36px;
  }
}

.p-performance__top__content {
  width: 100%;
  background-color: #eeeeee;
  padding: 40px 2% 20px;
}

.p-performance__top__content .detail {
  width: 100%;
  max-width: 876px;
  margin: 0 auto 40px;
}

.p-performance__top__content .detail:last-child {
  margin: 0 auto;
}

.p-performance__top__content .detail .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-performance__top__content .detail .title {
    font-size: 24px;
  }
}

.p-performance__top__content .detail .detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-performance__top__content .detail .detail__top li {
  width: 48%;
  margin: 0 0 20px;
  line-height: 50px;
  font-size: 16px;
  background-color: #1a2a4e;
  text-align: center;
}

.p-performance__top__content .detail .detail__top li a {
  color: #ffffff;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-performance__top__content .detail .detail__top li {
    width: 24.5%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-performance__top__content .detail .detail__top li {
    font-size: 20px;
  }
}

.p-performance__top__content .detail .detail__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-performance__top__content .detail .detail__bottom li {
  width: 48%;
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
}

.p-performance__top__content .detail .detail__bottom li a {
  color: #333333;
  display: block;
  text-align: center;
}

.p-performance__top__content .detail .detail__bottom li a .text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 25px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .p-performance__top__content .detail .detail__bottom li a .text {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-performance__top__content .detail .detail__bottom li {
    width: 24.5%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-performance__top__content .detail .detail__bottom li {
    font-size: 20px;
  }
}

.p-performance__content {
  border: solid 2px #e5e5e5;
  background-color: #ffffff;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 2%;
  position: relative;
}

@media (min-width: 768px) {
  .p-performance__content {
    border: solid 4px #e5e5e5;
    margin: 0 auto 36px;
  }
}

@media (min-width: 1024px) {
  .p-performance__content {
    padding: 20px 14px 20px 32px;
  }
}

.p-performance__content .industry {
  position: absolute;
  top: 12px;
  right: 2%;
  width: 212px;
  height: 53px;
  line-height: 53px;
  color: #1a2a4e;
  font-size: 16px;
  text-align: center;
  background-color: #c3cce1;
}

@media (min-width: 1024px) {
  .p-performance__content .industry {
    right: 14px;
  }
}

.p-performance__content .trouble {
  position: absolute;
  top: 72px;
  right: 2%;
  width: 67px;
  height: 67px;
}

@media (min-width: 1024px) {
  .p-performance__content .trouble {
    right: 14px;
  }
}

.p-performance__content .trouble img {
  width: 100%;
}

.p-performance__content .title {
  margin-top: 70px;
  font-weight: 600;
  margin-bottom: 50px;
  width: 70%;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-performance__content .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .p-performance__content .title {
    margin-top: 0;
    width: 77%;
    font-size: 26px;
    line-height: 32px;
  }
}

.p-performance__content__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-performance__content__middle .middle__left {
  width: 45%;
  max-width: 150px;
}

.p-performance__content__middle .middle__right {
  width: 50%;
  margin-left: 3%;
}

.p-performance__content__middle .middle__right .title {
  width: 78px;
  height: 35px;
  background-color: #1a2a4e;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}

.p-performance__content__middle .middle__right .text {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-performance__content__middle .middle__right .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.p-performance__content__bottom {
  position: relative;
}

@media (min-width: 1024px) {
  .p-performance__content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: -20px;
    margin-bottom: -20px;
  }
  .p-performance__content__bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 30px;
    border-color: transparent transparent transparent #9b9b9b;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 36.5%;
  }
}

.p-performance__content__bottom .before {
  border: solid 2px #6855b1;
  background-color: #f0edfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1024px) {
  .p-performance__content__bottom .before {
    width: 35.3%;
  }
}

.p-performance__content__bottom .before .title {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #6855b1;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
}

.p-performance__content__bottom .before .text {
  padding: 24px 2%;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .p-performance__content__bottom .before .text {
    font-size: 16px;
    line-height: 26px;
    padding: 24px 15px;
  }
}

.p-performance__content__bottom .after {
  border: solid 2px #f4862e;
  background-color: #faf1cc;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1024px) {
  .p-performance__content__bottom .after {
    width: 59.8%;
  }
}

.p-performance__content__bottom .after .title {
  background-color: #f4862e;
  height: 60px;
  font-size: 26.4px;
  color: #ffffff;
  line-height: 60px;
  padding-left: 24px;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .p-performance__content__bottom .after .title {
    padding-left: 40px;
  }
}

.p-performance__content__bottom .after .text {
  padding: 24px 2% 48px;
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-performance__content__bottom .after .text {
    font-size: 19.2px;
    line-height: 31px;
  }
}

@media (min-width: 1024px) {
  .p-performance__content__bottom .after .text {
    padding: 24px 28px 72px;
  }
}

.p-login__title {
  margin: 50px 0 40px;
  font-size: 14px;
  color: #333333;
  line-height: 29px;
}

.p-login__title a {
  color: #333333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-login__title {
    font-size: 17px;
  }
}

.p-login__content {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.p-login__error {
  width: 100%;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .p-login__error {
    padding: 120px 0;
  }
}

@media (min-width: 1180px) {
  .p-login__error {
    margin-top: 150px;
  }
}

.p-login__error p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-login__error p {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.p-login__error p a {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
}

.p-login__text {
  padding: 50px 0 40px;
}

@media (min-width: 768px) {
  .p-login__text {
    padding: 80px 0;
  }
}

.p-login__text__top {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #333333;
}

@media (min-width: 768px) {
  .p-login__text__top {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.p-login__text__bottom {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
}

@media (min-width: 768px) {
  .p-login__text__bottom {
    font-size: 20px;
  }
}

.p-login__text__bottom a {
  color: #333333;
  text-decoration: underline;
}

#wpmem_login {
  width: 97.4%;
  margin: 0 auto 60px;
  border: solid 2px #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 2% 20px;
  max-width: 1100px;
}

@media (min-width: 768px) {
  #wpmem_login {
    border: solid 5px #eeeeee;
    padding: 60px 2% 40px;
    margin: 0 auto 120px;
  }
}

#wpmem_login .form .form__set .none {
  display: none;
}

#wpmem_login .form .form__set .form__row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 25px;
}

@media (min-width: 768px) {
  #wpmem_login .form .form__set .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#wpmem_login .form .form__set .form__row .form__row__left {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #wpmem_login .form .form__set .form__row .form__row__left {
    width: 12%;
    text-align: right;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #wpmem_login .form .form__set .form__row .form__row__left {
    width: 9%;
  }
}

@media (min-width: 768px) {
  #wpmem_login .form .form__set .form__row .form__row__right {
    width: 84.8%;
  }
}

#wpmem_login .form .form__set .form__row .form__row__right .input {
  width: 100%;
  background-color: #ffffff !important;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  height: 43px;
  padding: 0 1em;
  font-size: 15px;
  color: #000000;
  -webkit-text-fill-color: #000000 !important;
}

#wpmem_login .form .form__set .form__row .form__row__right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#wpmem_login .form .form__set .bottom__text {
  margin-bottom: 24px;
  text-align: right;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 32px;
}

@media (min-width: 768px) {
  #wpmem_login .form .form__set .bottom__text {
    margin: 0 auto 40px;
  }
}

#wpmem_login .form .form__set .bottom__text a {
  color: #5384ed;
  font-size: 15px;
  text-decoration: underline;
}

#wpmem_login .form .form__set .button_div input[type=submit] {
  width: 244px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #22314e;
  border: 0px;
  border-radius: 32px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.p-download {
  padding: 40px 2% 80px;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .p-download {
    padding: 80px 1% 160px;
  }
}

@media (min-width: 1180px) {
  .p-download {
    padding: 80px 0 160px;
  }
}

.p-download__content {
  width: 80%;
  max-width: 259px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .p-download__content {
    max-width: 100%;
    width: 32%;
    display: inline-block;
    margin: 0 auto 54px;
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  .p-download__content {
    width: 23.3%;
    max-width: 259px;
    margin: 0 1% 54px 0;
  }
}

.p-download__content__image {
  width: 100%;
  text-align: center;
  padding: 20px 2%;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  display: block;
}

.p-download__content__image img {
  max-height: 138px;
  max-width: 100%;
}

.p-download__content__title {
  font-size: 16px;
  line-height: 2;
  display: block;
  color: #000000;
  font-weight: 600;
  width: 100%;
}

@media (min-width: 768px) {
  .p-download__content__title {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .p-download__content__title {
    font-size: 20px;
  }
}

.p-download__content__text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .p-download__content__text {
    font-size: 14px;
  }
}

.p-contact {
  padding: 40px 2% 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-contact {
    padding: 80px 2% 0;
  }
}

.p-contact__title {
  font-size: 20px;
  color: #1a2a4e;
  margin-bottom: 40px;
  position: relative;
}

.p-contact__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-contact__title {
    font-size: 36px;
  }
}

.p-contact__text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 40px;
}

.p-contact__text a {
  color: #333333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-contact__text {
    font-size: 17px;
    line-height: 29px;
  }
}

.p-company__title {
  font-size: 20px;
  color: #1a2a4e;
  margin-bottom: 54px;
  position: relative;
}

.p-company__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-company__title {
    font-size: 36px;
    margin-bottom: 108px;
  }
}

.p-company__top {
  padding: 28px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .p-company__top {
    padding: 60px 0;
  }
}

.p-company__top__content {
  padding: 30px 0;
  border-bottom: solid 1px #dadada;
}

@media (min-width: 768px) {
  .p-company__top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-company__top__content.is-p20 {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .p-company__top__content.is-p20 {
    padding: 20px 0;
  }
}

.p-company__top__content .content-left {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-company__top__content .content-left {
    margin-bottom: 0;
    width: 15.7%;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .p-company__top__content .content-left {
    font-size: 15px;
  }
}

.p-company__top__content .content-right {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .p-company__top__content .content-right {
    width: 75.6%;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .p-company__top__content .content-right {
    font-size: 15px;
  }
}

.p-company__map {
  padding: 0 2% 40px;
}

@media (min-width: 768px) {
  .p-company__map {
    padding: 0 2% 80px;
  }
}

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

@media (min-width: 768px) {
  .p-company__map__content {
    margin-bottom: 60px;
  }
}

.p-company__map__content .title {
  font-size: 20px;
  color: #1a2a4e;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .p-company__map__content .title {
    font-size: 26px;
  }
}

.p-company__map__content .address {
  font-size: 14px;
  color: #1a2a4e;
  line-height: 23px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-company__map__content .address {
    font-size: 18px;
  }
}

.p-company__map__content .iframe__content {
  position: relative;
  width: 100%;
  max-width: 829px;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-company__map__content .iframe__content {
    padding-top: 38.1%;
  }
}

.p-company__map__content .iframe__content iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-service__title {
  font-size: 20px;
  position: relative;
  margin-bottom: 32px;
  color: #1a2a4e;
}

.p-service__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100px;
  background-color: #fab313;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-service__title {
    margin-bottom: 48px;
    font-size: 36px;
  }
}

.p-service__title-bottom {
  font-size: 14px;
  margin-bottom: 24px;
  color: #333333;
}

@media (min-width: 768px) {
  .p-service__title-bottom {
    font-size: 17px;
    margin-bottom: 48px;
  }
}

.p-service__top {
  padding: 24px 2% 35px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

@media (min-width: 768px) {
  .p-service__top {
    padding: 48px 2% 70px;
    font-size: 20px;
    line-height: 37px;
  }
}

@media (min-width: 1024px) {
  .p-service__top {
    font-size: 23px;
  }
}

.p-service__link {
  width: 100%;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .p-service__link {
    padding-bottom: 120px;
  }
}

.p-service__feature {
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .p-service__feature {
    padding-bottom: 240px;
  }
}

.p-service__feature__content .detail {
  width: 100%;
}

@media (min-width: 768px) {
  .p-service__feature__content .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__feature__content .detail .detail__left {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-service__feature__content .detail .detail__left {
    width: 50%;
    margin: 0;
  }
}

.p-service__feature__content .detail .detail__right {
  padding: 20px 2%;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-service__feature__content .detail .detail__right {
    width: 50%;
    margin: 0;
  }
}

@media (min-width: 1180px) {
  .p-service__feature__content .detail .detail__right {
    padding: 30px 2%;
  }
}

.p-service__feature__content .detail .detail__right .title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #333333;
  line-height: 29px;
}

@media (min-width: 768px) {
  .p-service__feature__content .detail .detail__right .title {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .p-service__feature__content .detail .detail__right .title {
    font-size: 20px;
    margin-bottom: 54px;
  }
}

.p-service__feature__content .detail .detail__right .title span {
  display: block;
}

.p-service__feature__content .detail .detail__right .text {
  font-size: 14px;
  line-height: 29px;
  color: #333333;
}

@media (min-width: 1024px) {
  .p-service__feature__content .detail .detail__right .text {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .p-service__feature__content .detail:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

@media (min-width: 1024px) {
  .p-service__feature__content .detail:nth-child(1) .detail__right .title {
    margin-bottom: 24px;
  }
}

@media (min-width: 1180px) {
  .p-service__feature__content .detail:nth-child(1) .detail__right .title {
    margin-bottom: 54px;
  }
}

.p-service__feature__content .detail:nth-child(3) .detail__right .title, .p-service__feature__content .detail:nth-child(5) .detail__right .title {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-service__feature__content .detail:nth-child(3) .detail__right .title, .p-service__feature__content .detail:nth-child(5) .detail__right .title {
    margin-bottom: 24px;
  }
}

.p-service-lower__top {
  padding: 40px 0;
}

.p-service-lower__top .title {
  margin-bottom: 40px;
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
}

.p-service-lower__top .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-service-lower__top .title {
    font-size: 36px;
  }
}

.p-service-lower__top .text {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-service-lower__top .text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__top .text {
    font-size: 23px;
    line-height: 37px;
  }
}

.p-service-lower__trouble {
  background-image: url(../images/service/lower/trouble_back.png);
  padding: 40px 0;
  position: relative;
}

.p-service-lower__trouble:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -33px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57px 46.75px 0 46.75px;
  border-color: #de0f0f transparent transparent transparent;
}

@media (min-width: 768px) {
  .p-service-lower__trouble:before {
    border-width: 114px 93.5px 0 93.5px;
    bottom: -66px;
  }
}

@media (min-width: 768px) {
  .p-service-lower__trouble {
    padding: 40px 0 80px;
  }
}

.p-service-lower__trouble .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-service-lower__trouble .title {
    font-size: 24px;
    margin-bottom: 54px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__trouble .title {
    font-size: 37px;
  }
}

.p-service-lower__trouble__content {
  padding: 20px 2%;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 1085px;
  position: relative;
}

.p-service-lower__trouble__content.is-p36 {
  padding: 36px 2%;
}

.p-service-lower__trouble__content ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .p-service-lower__trouble__content ul li {
    font-size: 18px;
    width: 75%;
    line-height: 37px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__trouble__content ul li {
    font-size: 22px;
  }
}

.p-service-lower__trouble__content ul li span {
  color: #de0f0f;
}

.p-service-lower__trouble__content .image {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .p-service-lower__trouble__content .image {
    position: absolute;
    width: 168px;
    right: 2%;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__trouble__content .image {
    bottom: -80px;
    right: 2%;
    width: auto;
  }
}

@media (min-width: 1180px) {
  .p-service-lower__trouble__content .image {
    right: 3.5%;
  }
}

.p-service-lower__trade {
  background-color: #dee5f5;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .p-service-lower__trade {
    padding: 100px 0 50px;
  }
}

.p-service-lower__trade .title {
  margin-bottom: 40px;
}

.p-service-lower__trade .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-service-lower__trade .text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__trade .text {
    font-size: 23px;
    line-height: 37px;
  }
}

.p-service-lower__trade__content {
  width: 100%;
  max-width: 1099px;
}

.p-service-lower__trade__content.is-ec .detail {
  max-width: 320px;
}

.p-service-lower__trade__content.is-ec .detail p:nth-child(2) {
  font-size: 18px;
}

@media (min-width: 768px) {
  .p-service-lower__trade__content.is-ec .detail p:nth-child(2) {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-service-lower__trade__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-lower__trade__content .detail {
  width: 100%;
  max-width: 275px;
  margin: 0 auto 40px;
}

.p-service-lower__trade__content .detail p:nth-child(1) {
  margin-bottom: 35px;
}

.p-service-lower__trade__content .detail p:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 22px;
}

.p-service-lower__trade__content .detail p:nth-child(3) {
  font-size: 15px;
  line-height: 27px;
}

.p-service-lower__point {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-service-lower__point {
    padding: 72px 0;
  }
}

.p-service-lower__point .title {
  font-size: 20px;
  margin-bottom: 60px;
  color: #1a2a4e;
  position: relative;
}

.p-service-lower__point .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-service-lower__point .title {
    font-size: 36px;
  }
}

.p-service-lower__point .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-service-lower__point .text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__point .text {
    font-size: 23px;
    line-height: 37px;
  }
}

.p-service-lower__point__top {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top {
    margin-bottom: 80px;
  }
}

.p-service-lower__point__top.is-customer .detail:nth-child(1) p:nth-child(1) {
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top.is-customer .detail:nth-child(1) p:nth-child(1) {
    padding-top: 16px;
  }
}

.p-service-lower__point__top.is-customer .detail:nth-child(2) p:nth-child(1) {
  margin-bottom: 32px;
}

.p-service-lower__point__top.is-customer .detail:nth-child(3) p:nth-child(1) {
  margin-bottom: 40px;
}

.p-service-lower__point__top.is-customer .detail:nth-child(4) p:nth-child(1) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top.is-customer .detail:nth-child(4) p:nth-child(1) {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .p-service-lower__point__top.is-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service-lower__point__top.is-customer .detail {
    width: 50%;
  }
}

.p-service-lower__point__top.is-ec .detail:nth-child(1) p:nth-child(1) {
  margin-bottom: 47px;
}

.p-service-lower__point__top.is-ec .detail:nth-child(1) p:nth-child(2) {
  margin-bottom: 6px;
}

.p-service-lower__point__top.is-ec .detail:nth-child(2) p:nth-child(1) {
  margin-bottom: 47px;
}

.p-service-lower__point__top.is-ec .detail:nth-child(2) p:nth-child(2) {
  margin-bottom: 14px;
}

.p-service-lower__point__top.is-ec .detail:nth-child(3) p:nth-child(1) {
  margin-bottom: 53px;
}

.p-service-lower__point__top.is-ec .detail:nth-child(3) p:nth-child(2) {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top.is-ec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service-lower__point__top.is-ec .detail {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__point__top.is-ec .detail {
    width: 33%;
  }
}

.p-service-lower__point__top.is-game .detail:nth-child(1) p:nth-child(1) {
  margin-bottom: 38px;
}

.p-service-lower__point__top.is-game .detail:nth-child(1) p:nth-child(2) {
  margin-bottom: 20px;
}

.p-service-lower__point__top.is-game .detail:nth-child(2) p:nth-child(1) {
  margin-bottom: 24px;
}

.p-service-lower__point__top.is-game .detail:nth-child(2) p:nth-child(2) {
  margin-bottom: 20px;
}

.p-service-lower__point__top.is-game .detail:nth-child(3) p:nth-child(1) {
  margin-bottom: 33px;
}

.p-service-lower__point__top.is-game .detail:nth-child(3) p:nth-child(2) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top.is-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service-lower__point__top.is-game .detail {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__point__top.is-game .detail {
    width: 33%;
  }
}

.p-service-lower__point__top .detail {
  margin: 0 auto 40px;
}

.p-service-lower__point__top .detail p:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
}

@media (min-width: 768px) {
  .p-service-lower__point__top .detail p:nth-child(1) {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__point__top .detail p:nth-child(1) {
    font-size: 27px;
  }
}

.p-service-lower__point__top .detail p:nth-child(2) {
  margin-bottom: 30px;
}

.p-service-lower__point__top .detail p:nth-child(3) {
  font-size: 15px;
  line-height: 27px;
}

.p-service-lower__point__top .detail p:nth-child(3) span {
  font-weight: 600;
}

.p-service-lower__point__list {
  width: 100%;
  margin: 0 auto 30px;
  border: solid 4px #1a2a4e;
  padding: 15px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-service-lower__point__list.is-last-child ul li:last-child {
  padding-left: 0em;
  text-indent: 0em;
}

.p-service-lower__point__list ul li {
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .p-service-lower__point__list ul li {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .p-service-lower__point__list ul li {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-service-lower__point__list {
    padding: 15px 40px;
  }
}

.p-service-lower__last {
  background-image: url(../images/index/index_top_back.png);
  background-position: left top;
  background-color: #eeeeee;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-service-lower__last {
    padding: 80px 0;
  }
}

.p-service-lower__last .title {
  font-size: 20px;
  margin-bottom: 80px;
  color: #1a2a4e;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-lower__last .title {
    margin-bottom: 120px;
    font-size: 36px;
  }
}

.p-service-lower__last .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-service-lower__last__content {
  background-color: #ffffff;
  margin: 0 auto 34px;
  width: 100%;
  padding: 33px 2%;
}

@media (min-width: 768px) {
  .p-service-lower__last__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-lower__last__content .content__left {
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-service-lower__last__content .content__left {
    width: 36%;
    margin-bottom: 0;
  }
}

.p-service-lower__last__content .content__left p:nth-child(1) {
  margin-bottom: 20px;
}

.p-service-lower__last__content .content__left p:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .p-service-lower__last__content .content__left p:nth-child(2) {
    font-size: 26px;
  }
}

.p-service-lower__last__content .content__right {
  width: 100%;
}

@media (min-width: 768px) {
  .p-service-lower__last__content .content__right {
    width: 64%;
  }
}

.p-service-lower__last__content .content__right .content__right__before {
  border: solid 2px #6855b1;
  background-color: #f0edfc;
  margin-bottom: 66px;
  position: relative;
}

.p-service-lower__last__content .content__right .content__right__before:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #9b9b9b transparent transparent transparent;
  bottom: -53px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-service-lower__last__content .content__right .content__right__before .top {
  background-color: #6855b1;
  padding: 16px 0 16px 25px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .p-service-lower__last__content .content__right .content__right__before .top {
    font-size: 22px;
  }
}

.p-service-lower__last__content .content__right .content__right__before .bottom {
  padding: 20px 2%;
  font-size: 16px;
  line-height: 26px;
}

.p-service-lower__last__content .content__right .content__right__after {
  border: solid 2px #f4862e;
  background-color: #faf1cc;
  position: relative;
}

.p-service-lower__last__content .content__right .content__right__after .top {
  background-color: #f4862e;
  padding: 16px 0 16px 25px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .p-service-lower__last__content .content__right .content__right__after .top {
    font-size: 26.4px;
  }
}

.p-service-lower__last__content .content__right .content__right__after .bottom {
  padding: 20px 2%;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .p-service-lower__last__content .content__right .content__right__after .bottom {
    font-size: 19.2px;
    line-height: 31px;
  }
}

.p-service-market__top {
  background-image: url(../images/service/lower/trouble_back.png);
  padding: 51px 0 16px;
  position: relative;
}

.p-service-market__top__title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-service-market__top__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__top__title {
    font-size: 37px;
  }
}

.p-service-market__top__content {
  min-height: 380px;
  position: relative;
}

.p-service-market__top__content .content__top {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-service-market__top__content .content__top .content__top__left {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__top .content__top__left {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1180px) {
  .p-service-market__top__content .content__top .content__top__left {
    position: absolute;
    right: 189px;
    top: 0;
    max-width: 296px;
  }
}

.p-service-market__top__content .content__top .content__top__right {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__top .content__top__right {
    width: 50%;
  }
}

@media (min-width: 1180px) {
  .p-service-market__top__content .content__top .content__top__right {
    position: absolute;
    left: 434px;
    bottom: 20px;
    z-index: 1;
    max-width: 310px;
  }
}

.p-service-market__top__content .content__bottom {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-service-market__top__content .content__bottom .content__bottom__left {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__bottom .content__bottom__left {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1180px) {
  .p-service-market__top__content .content__bottom .content__bottom__left {
    position: absolute;
    left: 189px;
    top: 9px;
    z-index: 1;
    max-width: 310px;
  }
}

.p-service-market__top__content .content__bottom .content__bottom__right {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .p-service-market__top__content .content__bottom .content__bottom__right {
    width: 50%;
  }
}

@media (min-width: 1180px) {
  .p-service-market__top__content .content__bottom .content__bottom__right {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
    max-width: 294px;
  }
}

.p-service-market__top__content .content__human {
  text-align: center;
}

@media (min-width: 1180px) {
  .p-service-market__top__content .content__human {
    position: absolute;
    right: 26px;
    bottom: -16px;
    z-index: 2;
  }
}

.p-service-market__task {
  padding: 54px 0 60px;
  background-color: #dee5f5;
}

.p-service-market__task__title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000000;
  margin-bottom: 30px;
}

.p-service-market__task__title span {
  color: #dc0000;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-service-market__task__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__task__title {
    font-size: 37px;
    line-height: 47px;
  }
}

@media (min-width: 768px) {
  .p-service-market__task__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-market__task__content .detail {
  width: 100%;
  max-width: 329px;
  margin: 0 auto 20px;
}

.p-service-market__task__content .detail:last-child {
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .p-service-market__task__content .detail:last-child {
    margin: 0;
  }
}

@media (min-width: 1180px) {
  .p-service-market__task__content .detail {
    margin: 0;
  }
}

.p-service-market__task__content .detail p:nth-child(2) {
  margin: 25px auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 37px;
}

@media (min-width: 768px) {
  .p-service-market__task__content .detail p:nth-child(2) {
    font-size: 26px;
  }
}

.p-service-market__task__content .detail p:nth-child(3) {
  font-size: 16px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .p-service-market__task__content .detail p:nth-child(3) {
    font-size: 20px;
    line-height: 37px;
  }
}

.p-service-market__operation {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-service-market__operation {
    padding: 90px 0;
  }
}

.p-service-market__operation__title {
  font-size: 20px;
  margin-bottom: 72px;
  color: #1a2a4e;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-market__operation__title {
    margin-bottom: 120px;
    font-size: 36px;
  }
}

.p-service-market__operation__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-service-market__operation__content {
  width: 100%;
}

@media (min-width: 768px) {
  .p-service-market__operation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-market__operation__content .detail {
  width: 100%;
  max-width: 288px;
  margin: 0 auto 20px;
}

@media (min-width: 1024px) {
  .p-service-market__operation__content .detail {
    margin: 0;
  }
}

.p-service-market__operation__content .detail p:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
}

@media (min-width: 768px) {
  .p-service-market__operation__content .detail p:nth-child(1) {
    font-size: 22px;
  }
}

.p-service-market__operation__content .detail p:nth-child(1) span {
  font-size: 24px;
  color: #dc0000;
}

@media (min-width: 768px) {
  .p-service-market__operation__content .detail p:nth-child(1) span {
    font-size: 30px;
  }
}

.p-service-market__operation__content .detail p:nth-child(3) {
  font-size: 15px;
  line-height: 27px;
  margin: 0 auto;
  max-width: 270px;
}

.p-service-market__operation__content .detail:nth-child(1) p:nth-child(1) {
  margin-bottom: 15px;
}

.p-service-market__operation__content .detail:nth-child(1) p:nth-child(2) {
  margin-bottom: 18px;
}

.p-service-market__operation__content .detail:nth-child(2) p:nth-child(1) {
  margin-bottom: 33px;
}

.p-service-market__operation__content .detail:nth-child(2) p:nth-child(2) {
  margin-bottom: 24px;
}

.p-service-market__operation__content .detail:nth-child(3) p:nth-child(1) {
  margin-bottom: 33px;
}

.p-service-market__operation__content .detail:nth-child(3) p:nth-child(2) {
  margin-bottom: 24px;
}

.p-service-market__problem {
  width: 100%;
  background-color: #ffffff;
  background-image: url(../images/service/market/problem__back.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
  background-position: center;
}

@media (min-width: 1024px) {
  .p-service-market__problem {
    padding: 120px 0 189px;
  }
}

.p-service-market__problem__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 50px 0;
  font-weight: 600;
  border-radius: 40px;
  background-color: #ecf1fa;
  max-width: 833px;
}

@media (min-width: 768px) {
  .p-service-market__problem__text {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__problem__image {
    position: absolute;
    bottom: -104%;
    right: 0;
  }
}

@media (min-width: 1180px) {
  .p-service-market__problem__image {
    right: 73px;
    bottom: -105%;
  }
}

@media (min-width: 1920px) {
  .p-service-market__problem__image {
    bottom: -108%;
  }
}

.p-service-market__solution {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .p-service-market__solution {
    padding: 32px 0 72px;
  }
}

.p-service-market__solution__title {
  margin-bottom: 36px;
}

.p-service-market__solution__text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-service-market__solution__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__solution__text {
    font-size: 23px;
    line-height: 37px;
  }
}

.p-service-market__solution__figure {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 40px;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 74px;
  }
}

.p-service-market__solution__figure .figure__left {
  text-align: center;
}

.p-service-market__solution__figure .figure__text__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 64px auto;
  max-width: 288px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__left {
    display: block;
    margin: 15px 0 0 0;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__left {
    margin: 33px 0 0 0;
    left: 13px;
  }
}

.p-service-market__solution__figure .figure__text__left span {
  font-size: 12px;
  color: #ffffff;
  width: 140px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  padding: 6px 0;
  line-height: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-market__solution__figure .figure__text__left span {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__left span {
    width: 169px;
    font-size: 14px;
    display: block;
  }
}

.p-service-market__solution__figure .figure__text__left span:nth-child(1) {
  background-color: #1a2a4e;
  z-index: 2;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__left span:nth-child(1) {
    margin-bottom: 115px;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__left span:nth-child(1) {
    margin-bottom: 131px;
  }
}

.p-service-market__solution__figure .figure__text__left span:nth-child(1):before {
  content: "";
  position: absolute;
  width: 175px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../images/service/market/blue_yajirushi.png);
  z-index: 1;
  top: 2px;
  left: 40px;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__left span:nth-child(1):before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 36px;
    left: -2px;
  }
}

.p-service-market__solution__figure .figure__text__left span:nth-child(2) {
  background-color: #dc0000;
  z-index: 2;
}

.p-service-market__solution__figure .figure__text__left span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 175px;
  height: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/service/market/red_yajirushi.png);
  z-index: 1;
  top: 9px;
  right: 40px;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__left span:nth-child(2):before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -44px;
    right: -3px;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__left span:nth-child(2):before {
    top: -39px;
  }
}

.p-service-market__solution__figure .figure__conter {
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-service-market__solution__figure .figure__text__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 64px auto;
  max-width: 288px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__right {
    display: block;
    margin: 15px 0 0 0;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__right {
    margin: 33px 0 0 0;
    left: -16px;
  }
}

.p-service-market__solution__figure .figure__text__right span {
  font-size: 12px;
  color: #ffffff;
  width: 140px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-market__solution__figure .figure__text__right span {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__right span {
    width: 169px;
    font-size: 14px;
    display: block;
  }
}

.p-service-market__solution__figure .figure__text__right span:nth-child(1) {
  background-color: #1a2a4e;
  z-index: 2;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__right span:nth-child(1) {
    margin-bottom: 115px;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__right span:nth-child(1) {
    margin-bottom: 131px;
  }
}

.p-service-market__solution__figure .figure__text__right span:nth-child(1):before {
  content: "";
  position: absolute;
  width: 175px;
  height: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/service/market/blue_yajirushi.png);
  z-index: 1;
  top: -12px;
  left: 40px;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__right span:nth-child(1):before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 35px;
    left: -1px;
  }
}

.p-service-market__solution__figure .figure__text__right span:nth-child(2) {
  background-color: #dc0000;
  z-index: 2;
}

.p-service-market__solution__figure .figure__text__right span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 175px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../images/service/market/red_yajirushi.png);
  z-index: 1;
  top: -12px;
  right: 40px;
}

@media (min-width: 1024px) {
  .p-service-market__solution__figure .figure__text__right span:nth-child(2):before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -3px;
    top: -43px;
  }
}

@media (min-width: 1180px) {
  .p-service-market__solution__figure .figure__text__right span:nth-child(2):before {
    top: -39px;
  }
}

.p-service-market__solution__figure .figure__right {
  text-align: center;
}

.p-service-market__solution__point {
  width: 100%;
  max-width: 904px;
  margin: 0 auto 60px;
}

@media (min-width: 768px) {
  .p-service-market__solution__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 90px;
  }
}

.p-service-market__solution__point .detail {
  width: 285px;
  padding: 20px 13px 12px;
  position: relative;
  border-radius: 10px;
  margin: 0 auto 32px;
}

@media (min-width: 768px) {
  .p-service-market__solution__point .detail {
    width: 31.5%;
    margin: 0;
  }
}

.p-service-market__solution__point .detail .logo {
  position: absolute;
  width: 36px;
  height: 56px;
  left: 5px;
  top: -14px;
}

.p-service-market__solution__point .detail .title {
  font-size: 20px;
  margin-bottom: 14px;
  margin-left: 39px;
  font-weight: 600;
}

.p-service-market__solution__point .detail .text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 8px;
}

.p-service-market__solution__point .detail .text span {
  color: #dc0000;
}

.p-service-market__solution__point .detail:nth-child(1) {
  background-color: #e7efd6;
}

.p-service-market__solution__point .detail:nth-child(1) .title {
  color: #729d17;
}

.p-service-market__solution__point .detail:nth-child(1) .text {
  color: #729d17;
}

.p-service-market__solution__point .detail:nth-child(2) {
  background-color: #f8f6cd;
}

.p-service-market__solution__point .detail:nth-child(2) .title {
  color: #b4ae19;
}

.p-service-market__solution__point .detail:nth-child(2) .text {
  color: #b4ae19;
}

.p-service-market__solution__point .detail:nth-child(3) {
  background-color: #d7d7f1;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-service-market__solution__point .detail:nth-child(3) {
    margin: 0;
  }
}

.p-service-market__solution__point .detail:nth-child(3) .title {
  color: #5154b9;
}

.p-service-market__solution__point .detail:nth-child(3) .text {
  color: #5154b9;
}

.p-service-market__solution__offer {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .p-service-market__solution__offer {
    margin: 0 auto 60px;
  }
}

.p-service-market__solution__offer .title {
  margin-bottom: 57px;
  font-size: 20px;
  color: #1a2a4e;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-market__solution__offer .title {
    font-size: 36px;
  }
}

.p-service-market__solution__offer .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-service-market__solution__offer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-market__solution__offer .content .content__box {
  width: 100%;
  max-width: 355px;
  margin: 0 auto 32px;
}

@media (min-width: 1180px) {
  .p-service-market__solution__offer .content .content__box {
    margin: 0;
  }
}

.p-service-market__solution__offer .content .content__box .content__box__title {
  width: 100%;
  height: 37px;
  line-height: 37px;
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.p-service-market__solution__offer .content .content__box .content__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-service-market__solution__offer .content .content__box .content__box__flex .flex__box {
  width: 48.45%;
  border-radius: 10px;
  border: solid 1px #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 307px;
}

.p-service-market__solution__offer .content .content__box .content__box__flex .flex__box .image {
  margin-bottom: 15px;
}

.p-service-market__solution__offer .content .content__box .content__box__flex .flex__box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-service-market__solution__offer .content .content__box .content__box__flex .flex__box .title {
    font-size: 18px;
  }
}

.p-service-market__solution__offer .content .content__box .content__box__flex .flex__box .title:before {
  content: "";
  display: none;
}

.p-service-market__solution__offer .content .content__box .content__box__flex .flex__box .text {
  font-size: 14px;
  color: #838383;
  line-height: 20px;
  padding: 0 8px 20px;
}

.p-service-market__solution__offer .content .content__box:nth-child(1) .content__box__title {
  background-color: #729d17;
}

.p-service-market__solution__offer .content .content__box:nth-child(1) .content__box__flex .flex__box {
  background-color: #e7efd6;
}

.p-service-market__solution__offer .content .content__box:nth-child(1) .content__box__flex .flex__box .title {
  color: #729d17;
}

.p-service-market__solution__offer .content .content__box:nth-child(2) .content__box__title {
  background-color: #b4ae19;
}

.p-service-market__solution__offer .content .content__box:nth-child(2) .content__box__flex .flex__box {
  background-color: #f8f6cd;
}

.p-service-market__solution__offer .content .content__box:nth-child(2) .content__box__flex .flex__box .title {
  color: #b4ae19;
}

.p-service-market__solution__offer .content .content__box:nth-child(3) {
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .p-service-market__solution__offer .content .content__box:nth-child(3) {
    margin: 0;
  }
}

.p-service-market__solution__offer .content .content__box:nth-child(3) .content__box__title {
  background-color: #5154b9;
}

.p-service-market__solution__offer .content .content__box:nth-child(3) .content__box__flex .flex__box {
  background-color: #d7d7f1;
}

.p-service-market__solution__offer .content .content__box:nth-child(3) .content__box__flex .flex__box .title {
  color: #5154b9;
}

.p-about__title {
  color: #1a2a4e;
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-about__title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .p-about__title.is-mb60 {
    margin-bottom: 60px;
  }
}

.p-about__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #fab313;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-about__title-text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-about__title-text {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .p-about__title-text {
    font-size: 23px;
  }
}

.p-about__top {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-about__top {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .p-about__top {
    font-size: 23px;
  }
}

.p-about__security {
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .p-about__security {
    padding-bottom: 72px;
  }
}

.p-about__security__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .p-about__security__top {
    max-width: 640px;
    margin: 0 auto 72px;
  }
}

@media (min-width: 1024px) {
  .p-about__security__top {
    max-width: 100%;
  }
}

.p-about__security__top .detail {
  width: 48%;
  margin: 0 auto 20px;
  max-width: 162px;
}

@media (min-width: 1024px) {
  .p-about__security__top .detail {
    margin: 0;
  }
}

.p-about__security__top .detail p:nth-child(2) {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .p-about__security__top .detail p:nth-child(2) {
    font-size: 18px;
  }
}

@media (min-width: 1180px) {
  .p-about__security__top .detail p:nth-child(2) {
    font-size: 20px;
  }
}

.p-about__security__bottom {
  width: 100%;
}

@media (min-width: 768px) {
  .p-about__security__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about__security__bottom .detail {
  width: 100%;
  max-width: 416px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .p-about__security__bottom .detail {
    width: 45%;
    margin: 0 auto;
  }
}

.p-about__security__bottom .detail .title {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-about__security__bottom .detail .title {
    font-size: 27px;
  }
}

.p-about__security__bottom .detail .image {
  width: 100%;
  margin-bottom: 24px;
}

.p-about__security__bottom .detail .text {
  font-size: 15px;
  line-height: 27px;
  color: #000000;
}

.p-about__security__bottom .detail:last-child {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-about__security__bottom .detail:last-child {
    margin: 0 auto;
  }
}

.p-about__map {
  width: 100%;
  background-image: url(../images/index/index_top_back.png);
  background-position: left top;
  background-color: #eeeeee;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .p-about__map {
    padding: 60px 0 30px;
  }
}

.p-about__map__link {
  margin: 0 auto 30px;
  background-image: url(../images/about/map_back.png);
  text-align: center;
  position: relative;
  padding: 24px 0;
  max-width: 307.22px;
}

@media (min-width: 768px) {
  .p-about__map__link {
    padding: 12px 0 13px;
    max-width: 100%;
  }
}

.p-about__map__link .link__inner {
  width: 100%;
  max-width: 514px;
  margin: 0 auto;
  position: relative;
}

.p-about__map__link .link__inner .map {
  width: 100%;
}

.p-about__map__link .link__inner .text__link {
  display: inline-block;
  color: #ffffff;
  height: 20px;
  padding: 0 4px;
  position: absolute;
  font-size: 10px;
  background-color: #ce141c;
  line-height: 20px;
}

.p-about__map__link .link__inner .text__link span {
  font-size: 10px;
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .text__link span {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .text__link {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 16px;
  }
}

.p-about__map__link .link__inner .sapporo {
  top: 93px;
  right: 5px;
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .sapporo {
    top: 142px;
    right: 3px;
  }
}

.p-about__map__link .link__inner .tokyo {
  bottom: 62px;
  right: 26px;
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .tokyo {
    bottom: 106px;
    right: 54px;
  }
}

.p-about__map__link .link__inner .nagoya {
  bottom: 36px;
  right: 37px;
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .nagoya {
    bottom: 62px;
    right: 75px;
  }
}

.p-about__map__link .link__inner .osaka {
  bottom: 113px;
  left: 22px;
}

@media (min-width: 768px) {
  .p-about__map__link .link__inner .osaka {
    bottom: 188px;
    left: 46px;
  }
}

.p-about__map__link .time__text {
  font-size: 11px;
  color: #000000;
  right: 1%;
  bottom: 1%;
  position: absolute;
}

@media (min-width: 768px) {
  .p-about__map__link .time__text {
    right: 20px;
    bottom: 23px;
    font-size: 13px;
  }
}

.p-about__map__tokyo {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 2%;
}

@media (min-width: 768px) {
  .p-about__map__tokyo {
    padding: 30px 2% 40px;
  }
}

@media (min-width: 1024px) {
  .p-about__map__tokyo {
    padding: 30px 28px 40px;
  }
}

.p-about__map__tokyo .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .title {
    font-size: 24px;
    margin-bottom: 36px;
  }
}

@media (min-width: 768px) {
  .p-about__map__tokyo .title {
    font-size: 27px;
  }
}

.p-about__map__tokyo .detail__top {
  border-top: solid 1px #1a2a4e;
  border-right: solid 1px #1a2a4e;
  border-left: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__map__tokyo .detail__top .detail__left {
  background-color: #1a2a4e;
  padding: 30px 2%;
  font-size: 16px;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__top .detail__left {
    width: 26%;
    padding: 30px 28px;
    font-size: 20px;
  }
}

.p-about__map__tokyo .detail__top .detail__right {
  padding: 16px 2%;
  border-bottom: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__top .detail__right {
    width: 74%;
    padding: 16px;
  }
}

.p-about__map__tokyo .detail__top .detail__right .f20 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__top .detail__right .f20 {
    font-size: 20px;
  }
}

.p-about__map__tokyo .detail__top .detail__right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__top .detail__right .flex {
    font-size: 16px;
  }
}

.p-about__map__tokyo .detail__top .detail__right .flex span:nth-child(1) {
  white-space: nowrap;
}

.p-about__map__tokyo .detail__top .detail__right .mb_30 {
  margin-bottom: 30px;
}

.p-about__map__tokyo .detail__bottom {
  border-bottom: solid 1px #1a2a4e;
  border-right: solid 1px #1a2a4e;
  border-left: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__map__tokyo .detail__bottom .detail__left {
  background-color: #1a2a4e;
  padding: 30px 2%;
  font-size: 16px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__left {
    width: 26%;
    padding: 30px 28px;
    font-size: 20px;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right {
  padding: 30px 2% 20px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right {
    width: 74%;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content {
  position: relative;
  margin-bottom: 52px;
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content.is-mb0 {
  margin-bottom: 0;
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .f20 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .f20 {
    margin-bottom: 24px;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .map {
  width: 170px;
  display: block;
  background-color: #1a2a4e;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .map {
    position: absolute;
    right: 0;
    top: -16px;
    margin-bottom: 0;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .map:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/index/traiangle.png);
  width: 37px;
  height: 16px;
  right: 20px;
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .block {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .block {
    font-size: 16px;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .block span {
  display: block;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .block span {
    display: inline-block;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .flex {
    font-size: 16px;
  }
}

.p-about__map__tokyo .detail__bottom .detail__right .detail__right__content .flex span:nth-child(1) {
  white-space: nowrap;
}

.p-about__map__base {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 2%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .p-about__map__base {
    padding: 30px 2% 40px;
  }
}

@media (min-width: 1024px) {
  .p-about__map__base {
    padding: 30px 28px 40px;
  }
}

.p-about__map__base .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-about__map__base .title {
    font-size: 24px;
    margin-bottom: 36px;
  }
}

@media (min-width: 768px) {
  .p-about__map__base .title {
    font-size: 27px;
  }
}

.p-about__map__base .detail__top {
  border-top: solid 1px #1a2a4e;
  border-right: solid 1px #1a2a4e;
  border-left: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__map__base .detail__top .detail__left {
  background-color: #1a2a4e;
  padding: 30px 2%;
  font-size: 16px;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__top .detail__left {
    width: 26%;
    padding: 30px 28px;
    font-size: 20px;
  }
}

.p-about__map__base .detail__top .detail__right {
  padding: 16px 2%;
  border-bottom: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__top .detail__right {
    width: 74%;
    padding: 16px;
  }
}

.p-about__map__base .detail__top .detail__right .f20 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__top .detail__right .f20 {
    font-size: 20px;
  }
}

.p-about__map__base .detail__top .detail__right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__top .detail__right .flex {
    font-size: 16px;
  }
}

.p-about__map__base .detail__top .detail__right .flex span:nth-child(1) {
  white-space: nowrap;
}

.p-about__map__base .detail__top .detail__right .mb_30 {
  margin-bottom: 30px;
}

.p-about__map__base .detail__bottom {
  border-bottom: solid 1px #1a2a4e;
  border-right: solid 1px #1a2a4e;
  border-left: solid 1px #1a2a4e;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__map__base .detail__bottom .detail__left {
  background-color: #1a2a4e;
  padding: 30px 2%;
  font-size: 16px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__left {
    width: 26%;
    padding: 30px 28px;
    font-size: 20px;
  }
}

.p-about__map__base .detail__bottom .detail__right {
  padding: 20px 2%;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right {
    width: 74%;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content {
  position: relative;
  margin-bottom: 52px;
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content.is-mb0 {
  margin-bottom: 0;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content.is-mb0 {
    padding-top: 40px;
  }
}

@media (min-width: 1180px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content.is-mb0 {
    padding-top: 0;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .f20 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content .f20 {
    margin-bottom: 24px;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .map {
  width: 170px;
  display: block;
  background-color: #1a2a4e;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content .map {
    position: absolute;
    right: 0;
    top: -8px;
    margin-bottom: 0;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .map:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/index/traiangle.png);
  width: 37px;
  height: 16px;
  right: 20px;
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .block {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content .block {
    font-size: 16px;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .block span {
  display: block;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content .block span {
    display: inline-block;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-about__map__base .detail__bottom .detail__right .detail__right__content .flex {
    font-size: 16px;
  }
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .flex span:nth-child(1) {
  white-space: nowrap;
}

.p-about__map__base .detail__bottom .detail__right .detail__right__content .flex span:nth-child(2) {
  color: #000000;
}

.p-privacy {
  padding: 48px 0;
}

@media (min-width: 768px) {
  .p-privacy {
    padding: 96px 0;
  }
}

.p-privacy__top {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-privacy__top {
    margin-bottom: 64px;
  }
}

.p-privacy__top p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-privacy__top p {
    font-size: 16px;
  }
}

.p-privacy__content {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-privacy__content {
    margin-bottom: 48px;
  }
}

.p-privacy__content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333333;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-privacy__content .title {
    font-size: 20px;
  }
}

.p-privacy__content .sub__text {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 24px 0 8px;
}

@media (min-width: 768px) {
  .p-privacy__content .sub__text {
    font-size: 18px;
  }
}

.p-privacy__content .text {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

@media (min-width: 768px) {
  .p-privacy__content .text {
    font-size: 16px;
  }
}

.p-privacy__company {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

@media (min-width: 768px) {
  .p-privacy__company {
    margin-bottom: 64px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */

/*===========================hanasakadow 2021/2 追加=========================================*/

/*文字サイズ*/
.s {
font-size:80%;
}

.hanyou-container {
max-width:800px;
margin: 60px auto 60px;
padding: 20px;
text-align:center;		
		}
.hanyou-container a {
    color: #5384ed;
text-decoration:none;
}		
		
		
		
		
/*フォーム*/
.form_midashi {
	color: #213154;
	font-size: 1.4em;
	font-weight: bold;
	margin-left:14px;
}

/*コンタクトフォーム７*/
.o-form.is-contact .seminar__content .seminar__content__right input[type="text"],
.o-form.is-contact .seminar__content .seminar__content__right input[type="email"],
.o-form.is-contact .seminar__content .seminar__content__right input[type="tel"],
.o-form.is-contact .seminar__content .seminar__content__right input[type="url"],
.o-form.is-contact .seminar__content .seminar__content__right input textarea{
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    width: 100%;
    padding: 0 16px;
    color: #000000;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background-color: #ffffff;
} 

.o-form.is-contact .seminar__content .seminar__content__right textarea{
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana !important;
}


.wpcf7 input[name="tantou_Fname"],
.wpcf7 input[name="tantou_Lname"],
.wpcf7 input[name="tantou_Fkana"],
.wpcf7 input[name="tantou_Lkana"],
.wpcf7 input[name="esca_Fname"],
.wpcf7 input[name="esca_Lname"],
.wpcf7 input[name="esca_Fkana"],
.wpcf7 input[name="esca_Lkana"],
.wpcf7 input[name="escatanou_Fname"],
.wpcf7 input[name="escatanou_Lname"],
.wpcf7 input[name="escatanou_FnameKana"],
.wpcf7 input[name="escatanou_LnameKana"],
.wpcf7 input[name="keiri_Fname"],
.wpcf7 input[name="keiri_Lname"],
.wpcf7 input[name="keiri_Fkana"],
.wpcf7 input[name="keiri_Lkana"],
.wpcf7 input[name="houkoku_Fname"],
.wpcf7 input[name="houkoku_Lname"],
.wpcf7 input[name="houkoku_Fkana"],
.wpcf7 input[name="houkoku_Lkana"]{
width:30% !important;
}
/*郵便番号*/
.wpcf7 input[name="zip"]{
width:100px !important;
}

/*横ならべ*/
.number_start .wpcf7-select{
display:inline-block !important;
}

/*チェックボックス*/
input[type="checkbox"]{
  background: #fff;
  transform: scale(1.5);
  transparent:none;
  margin-right:3px;
}

.checkbox_supTel span .wpcf7-list-item,
.checkbox_mailsup_tool span .wpcf7-list-item{
    display: block;
}

/*セレクトボックス*/
.wpcf7-select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	height: 30px;
	border-radius: 5px;
}


.wpcf7 select[name= "number_start"],
.wpcf7 select[name= "number_end"],
.wpcf7 select[name= "kaisen_shubetu"],
.wpcf7 select[name= "number_m_start"],
.wpcf7 select[name= "number_m_end"],
.wpcf7 select[name= "select_mailsup_tool"],
.wpcf7 select[name= "number_j_start"],
.wpcf7 select[name= "number_j_end"],
.wpcf7 select[name= "select_j_tool"]{
width:100px !important;
	 border: 1px solid #f9ffff;
	 border-radius: 3px;
}

.wpcf7 select[name="chat"],
.wpcf7 select[name="kaisen_shubetu"],
.wpcf7 select[name="kisya_mail_tool"],
.wpcf7 select[name="select_j_tool"]{
width:180px !important;
	padding:5px;
	 border: 1px solid #f9ffff;
	 border-radius: 3px;
}


/*テキストアリア*/
.bikou {
  height:200px;

}

/*送信ボタン*/

.sent-btn {
    display:block;
    width: 244px;
    height: 60px;
    margin: 40px auto 0;
    background-color: #22314e;
    border-radius: 30px !important;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.blue_dark {
	color:#006699;
}


    
/* Custom css for Access Category Password form */

/*会員ページ*/

.acpwd-container{
max-width:600px;
margin: 300px auto 60px;
padding: 20px;
border: solid 5px #eeeeee;
text-align:center;		
		}
		
.acpwd-added-excerpt {
		}
		
.acpwd-info-message {
		}
.acpwd-form {
		}

.acpwd-resent-container {
max-width:600px;
margin: 60px auto 60px;
padding: 20px;
border: solid 5px #eeeeee;
text-align:center;		
		}
		
		
.acpwd-container input.acpwd-submit,
.acpwd-resent-container input[type="submit"]{
	width: 244px;
	height: 60px;
	margin: 10px auto ;
	background-color: #22314e;
	border-radius: 30px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;		
		}
		

		
.acpwd-resent-container .ajax-loader {
	display:block !important; /*inline-block だと、.acpwd-resent-container input[type="submit"]　の送信ボタンが中央に寄らない為*/
}
		
.acpwd-error-message {

		}

input[type="password"],
.acpwd-resent-container input[type="email"] {
	 display:block;
	 width: 244px;
	 padding: 8px 15px;
	 margin: 20px auto 10px;
	 border-radius: 4px;
	 border: solid 1px #d1d1d1;
	 color:#000;
}  



.txt_a_ac {
    font-size:14px;
    }





/*====================================================================
.s_01 .accordion_one
====================================================================*/
.section.s_01 {
    padding: 10px;
}
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 30px auto;
}
.s_01 .accordion_one .accordion_header {
    background-color: #efeeed;
    /*color: #fff;*/
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 5px 15px 2px;
    /*text-align: center;*/
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    line-height:30px;
}
/*.s_01 .accordion_one .accordion_header p {
margin-bottom:0 !important;
}*/

.kyouchou{
	display: inline-block; /* インライン要素にすることで */
	vertical-align: middle;/*インライン要素にすることで縦方向中央揃え*/
	color: #213154;
	font-size: 1.4em;
	font-weight: bold;
	margin-right:10px;
}

.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #0099ff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

/*.txt_a_ac:first-letter{
	color: #ff0099;
	font-size: 1.4em;
	font-weight: bold;
	margin-right:10px;
	}*/
	
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 16px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 14px;
        text-align: left;
        padding: 5px 60px 5px 15px;
    }
 }

/*ourcustomer 業務ステップ*/
.gyoum_step {
	position:relative;
	display:block;
	padding:10px 30px 50px 50px;
	background: #fff url(/wp2/wp-content/themes/marketing-association/images/ourcustomer/lightbluearrow.png) top no-repeat;
	}
	
.gyoum_step p {
	font-size:18ox;
	font-weight:bold;
	text-align:center;
	padding:3px 50px 0 0;
}

.step_img {
    width: 100%;
    display: block;
    margin: auto;
    padding: 10%;
}

.number_maru {
	position:absolute;
	top:-10px;
	left:8px;
	background:#213154;
	border-radius:50%;
	padding:6px 10px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}

.step_img {
    width: 100%;
    text-align: center;
    margin:auto;
    padding: 10px 25%;
    background-color: #ffffff;
    display: block;
}

.gyoum_nyuuryoku img {
    width: 100%;
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    display: block;
}

.waku {
    border: solid 1px #d6d6d6;
    border-radius:8px;
    box-shadow: 10px 10px 15px -10px #000;
}

.waku_red_b {
	border: solid 3px #d41e19;
	border-radius:8px;
	box-shadow: 10px 10px 15px -10px #000;
}



/*--------------------------------------
  グリットレイアウト
---------------------------------------*/
.grid_4_center{
  width:95%;
  display: grid;
  grid-gap :15px;
  gap: 25px;
  margin: 0 auto;
  grid-template-columns: 1fr;
justify-content: center !important;
}


.grid_4 { /*ourcustomer 必要情報の入力に使用*/
  width:95%;
  display: grid;
  grid-gap :15px;
  gap: 25px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}


.grid_1_3 { /*ourcustomer 必要情報の入力に使用*/
  width:95%;
  display: grid;
  grid-gap :10px;
  gap: 8px;
  margin: 10px auto 40px;
  grid-template-columns: 1fr;
  text-align:center;
}

@media (min-width: 768px) { /*pc表示メディアクエリ*/
.grid_1_3 {
    grid-template-columns: 1fr 3fr;
  }
.grid_4 { 
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_4_center{
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
}
}

.grid_1_3 p{
	padding:10px 6px;
	line-height:1.8;
	  background:#abbdda;/*#60beed;*/
  border-radius:8px;
    position:relative;/*三角を載せる為*/
    font-weight:bold;
}

.jouhou1 {
position:absolute;
}

.jouhou2 {
position:absolute;
}


.jouhou1:after, .jouhou2:after{	/*三角形*/
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom:-30px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-right: 30px solid transparent;
  border-top: 30px solid #abbdda;/*#60beed;*/
  border-left: 30px solid transparent; 
}

.number2_maru {
	background:#d41e19;
	border-radius:50%;
	padding:3px 10px;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin-right:6px;
}

/* PCスマホ画像切り替え */


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

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

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

/*テーブル*/


table.eigyoubu_table,
table.sevicebu_table {
    max-width: 1000px;
    margin: 100px auto 40px;
    font-size: 15px;
}
table.eigyoubu_table th,
table.sevicebu_table th{
margin:10px;
padding:10px;
display: table-cell;/*gc*/
vertical-align: middle;
border-bottom: solid 2px #213154;

}
table.eigyoubu_table td,
table.sevicebu_table td{
margin:10px;
padding:10px 10px 10px 30px;
display: table-cell;/*gc*/
vertical-align: middle;
border-bottom: solid 1px #213154;
}

table.eigyoubu_table tr:nth-child(even) td,
table.sevicebu_table tr:nth-child(even) td{
background: #f7f6f5;
}


/*資料ダウンロード*/
/*--------------------------------------
  グリットレイアウト
---------------------------------------*/
.border_c_buledark {
border:solid 1px #666699;
border-radius:5px;
}

.waku_radius3 {
    background: #fff;
    border-radius: 8px;
}

.bg_lightgray {
    padding: 30px 0;
    background: #f5f5f5;
}


.grid_2 { /*サービスページAI秘書に使用*/
  width:95%;
  display: grid;
  grid-gap :10px;
  gap: 10px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

.grid_2_dl { /*資料ダウンロード個別DLページ*/
  width:95%;
  display: grid;
  grid-gap :10px;
  gap: 10px;
  margin: 20px auto;
  grid-template-columns: 1fr;
}

.grid_2_dl_item{
	display:grid;
	align-items: center;/*縦方向中央寄せ*/
	justify-content:normal;
}

.grid_2_dl img {
    display: block;
    margin: auto;
}

.grid_2_dl .o-form.is-contact {
    padding: 30px 10px 30px;
    margin-bottom: 0;
}


.grid_2 p {
	margin-bottom:0;
}

.grid_2_dl .text {
  max-width:400px;
  color:#213154;
  font-weight:bold;
  text-align:center;
  font-size:18px;
  padding:10px 2px;
  margin: auto;
  border-bottom:solid 2px #fab313;
}
.grid_2_dl p.text-setumei {
    padding: 20px 20px 30px;
}


/*.grid_2-2 { 
  width:95%;
  display: grid;
  grid-gap :10px;
  gap: 10px;
  grid-template-columns: 1fr;
  margin: 0 auto;
}*/

.grid_item{
	display:grid;
	align-items: center;/*縦方向中央寄せ*/
	justify-content: center;
}

/*.grid_item_topsoroe{
	display:grid;
	justify-content: center;
}*/

.grid4-2 {
  width:98%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  column-gap: 10px
}

.grid3 {	/*TOP導入事例*/
  width:95%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  /*column-gap: 30px*/
  gap:30px;
}
/*.grid3 img{　/*TOP導入事例の顔写真*/
/*width:120px;
}*/

.grid3_book {	/*ダウンロード資料*/
  width:95%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  /*column-gap: 30px;*/
  gap:30px;
  margin-bottom:20px;
}

.grid3_book .grid_item {
	margin-bottom:10px;
}

.border_c_gray{
border: solid 1px #b0c4de;
border-radius:5px;
 box-shadow: 10px 10px 15px -10px #dcdcdc;
}


.moveimg {/*フーバー画像拡大*/
	overflow: hidden;
	width: 200px;
	height: auto;
	margin:auto;
}
.moveimg img {
        width: 200px;
	display: block;
	transition: 0.5s;
}
.moveimg img:hover {
	transform: scale(1.1, 1.1);
	opacity:1;
}


.grid3_book img{
width:200px;
z-index:999;
margin: 0 auto;
margin-bottom:0;
}
/*.book_bg {
background:#5e7fb1;
opacity:0.3;
padding:10px;
}*/




.grid3_book p {
  max-width:260px;
  color:#213154;
  margin:auto;
  padding:8px;
}

.grid3_book .text{
  max-width:220px;
  color:#213154;
  font-weight:bold;
  text-align:center;
  padding:10px 2px;
}

.grid3_3 {　　　/*申込方法に使用*/
  width:95%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 4fr 2fr 4fr;
  column-gap: 10px
}

/*.grid3_jirei {　　　/*導入事例ページ課題と解決図に使用*/
/*  width:95%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 5fr 1fr 5fr;
  column-gap: 5px
}*/

/*.grid4-2 img {
  width:50px;
}*/

/*ダウンロード個別ページ背景*/
.grid_2_dl_item img.haikei {
    background: url(/wp2/wp-content/themes/marketing-association/images/ourcustomer/bg_icon.png);
    margin: auto;
}

/*####768px以上#####*/
@media (min-width: 768px) {
.grid_2 {
  width:95%;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  align-items: center; /*end;*/
}
.grid_2_dl {/*資料ダウンロード個別DLページ*/
  width:90%;
  grid-template-columns: 1fr 1fr;
  margin: 40px auto;
  /*align-items: end;*/
}

.grid_2_dl img {
    display: block;
    margin: auto;
}
/*.grid_2-2 {
  width:95%;
  grid-template-columns: 1fr 1fr;
   gap: 50px;
  margin: 0 auto;
}*/
/*.grid4-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}*/
/*.grid4-2 img {
  width:auto;
}*/

.grid3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid3_book {/*ダウンロード資料*/
  max-widht:1000px;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid_2_dl .o-form.is-contact .seminar__content .seminar__content__right {
    width: 65%;
    margin-bottom: 0;
}
.grid_2_dl .o-form.is-contact .seminar__content .seminar__content__left {
    width: 22%;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
}
}

/*ダウンロードボタン*/
span.btn_dl {
display: block;
  width:160px;
  padding: 8px 10px;
  margin:20px auto;
  background: #213154;
  border-bottom: solid 2px #bd1111;
  border-radius: 8px;
  color: #ffffff;
  text-align:center;
  text-decoration: none;
  /*font-size: 15px;*/
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.btn01:hover {
  border-bottom: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

a.btn_dl:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

/*サービスページ*/
.p-index__sec1__content .detail:nth-child(5) {
    background-image: url(../images/index/sec1_4.png);
    background-size: cover;
        background-image: url(../images/index/sec1_5.png);
    background-size: cover;
    margin: 10px auto;
    /*max-width: 550px;*/
    width: 100%;
}

/*サービスページAI秘書*/

.grid_ai_1_2 { /*サービスページAI秘書固定*/
  width:100%;
  display: grid;
  grid-gap :10px;
  gap: 8px;
  margin: 10px auto 40px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) { /*pc表示メディアクエリ*/
.grid_ai_1_2 {
    grid-template-columns: 2fr 3fr;
  }
}



.aihisho_img{
padding:10px 20px;
}
.aihisho_text {
color:#666699;
/*top:20px;*/
margin:auto;
}
.aihisho_text h2 {
padding:30px;
font-size:24px;
}
.aihisho_text h3 {
font-size:20px;
}
.midashi_ai {
font-size: 60px;
color: #036eb8;
}
.midashi_hisho{
font-size: 30px;
color: #036eb8;
}
.aihisho_text .pr {
    color: #333;
    font-size: 26px;
    line-height: 1.6;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(255,255,0,1);
}

.midashi_atarashii {
font-size:20px;
color:#036eb8;
text-shadow: 0px 0px 2px rgba(255,255,255,1);
font-family:'Russo One', 'Open Sans', sans-serif;
font-weight:bold;
}


/*リキャプチャ*/
.grecaptcha-badge {
    margin: 10px auto;
}

/*2022.3.7 追加*/


.recruit-btn-top{
margin: 4px 0 0;
}

.header-btn-area{
margin: 0 20px 0 5px;
padding: 0;
width: 180px;
}

.seminar-headtop{
margin: 0;
padding: 0;
display: flex;
}

.seminar-inner-icon .status {
  position: relative;
  top: 0;
  right: 0;
  padding: 4px 0;
  width: 90px;
  height: 26px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
  margin: 0 15px 10px 0;
}

.seminar-inner-icon .show__title__category {
  padding: 4px 14px;
  font-size: 12px;
  display: inline-block;
  width: 135px;
  height: 26px;
  text-align: center;
  border-radius: 15px;
  line-height: 1.4;
  margin: 0 15px 0 0;
}