@charset "utf-8";
/*-----------------------------------------------------

  sub.css
  sub page CSS

------------------------------------------------------*/

body {
  padding-top: 117px;
}

#wrapper {
  background-position: left top -150px;
}
/*-----------------------------------------------------
  general　
-----------------------------------------------------*/

/*---- table -----*/

table.normal {
  width: 100%;
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 15px 0px;
}

table.normal th, table.normal td {
  padding: 32px 30px 22px;
  vertical-align: middle;
}

table.normal th {
  border-bottom: solid 4px #3d8599;
  margin-right: 15px;
}

table.normal td {
  border-bottom: solid 4px #d9d9d9;
}

table.normal li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.7em;
}

table.simple {
  width: 100%;
  font-size: 16px;
  border-top: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
}

table.simple th, table.simple td {
  padding: 25px 30px 20px;
  vertical-align: middle;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}

table.simple th {
  margin-right: 15px;
  text-align: center;
  background: #f5f5f5;
}

table.simple li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.7em;
}




/*---- list -----*/

ul.disc li {
  font-size: 1.8em;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

ul.disc li::before {
  content: '・';
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
}

ol.num {
  font-size: 1.8em;
  margin-left: 1.5em;
  margin-bottom: 25px;
}

ol.num li {
  margin-bottom: 0.5em;
}


/*-----------------------------------------------------
  header
-----------------------------------------------------*/
#header_fixed {
  border-bottom: solid 1px #cbcccc;
}

.breadcrumb {
  margin: 25px 65px 25px 0;
  text-align: right;
  float: right;
}

.breadcrumb li {
  height: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  background: url(../images/common/arrow_breadcrumb.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 24px;
  padding-right: 10px;
}

.breadcrumb li.home {
  background: url(../images/common/icon_home.png) no-repeat left top;
  background-size: 24px auto;
  padding: 0 15px 0 30px;
}

.breadcrumb a:link {text-decoration:underline; color:#333333;}
.breadcrumb a:visited {text-decoration:underline; color:#333333;}
.breadcrumb a:hover {text-decoration:underline; color:#16809e;}

#main_visual {
  width: calc(100%- (100% - 1280px) / 2);
  height: 215px;
  margin: 0 0 80px calc((100% - 1280px) / 2);
  padding-right: calc((100% - 1280px) / 2);
  border-radius: 30px 0 0 30px;
  clear: both;
}


/*---- second level ----*/

body.second_level #main_visual {
  padding-top: 50px;
  background: url(../images/common/bg_submv.png), linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%,#d8e9fe 100%);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}

body.second_level #main_visual h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}

body.second_level #main_visual h1 .h2_jp {
  padding-left: 1em;
  display: inline-block;
  position: relative;
}

body.second_level #main_visual h1 .h2_en {
  display: block;
  font-size: 2.8em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
  line-height: 1;
}

body.second_level #main_visual h1 #icon_square {
  position: absolute;
  top: 12px;
  left: 0px;
}

#second_level {
  margin: 0 0 25px calc((100% - 1280px) / 2);
  padding-left: 35px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  clear: both;
}

#second_level .h2_jp {
  padding-left: 0.8em;
  padding-right: 0.7em;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

#second_level .h2_en {
  display: inline-block;
  font-size: 1.5em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
  line-height: 1;
}

#second_level #icon_square {
  position: absolute;
  top: 7px;
  left: 0px;
}

.section_lead {
  font-size: 18px;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}

.section_lead a:link {
  text-decoration: underline;
}

/*---- third level -----*/

body.third_level #wrapper {
  background-position: left top 0px;
}

body.third_level #main_visual {
  height: auto;
  background: linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%,#d8e9fe 100%);
  margin-bottom: 90px;
}

body.third_level #main_visual h1 {
  font-size: 48px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

body.third_level #main_visual .mv_inner {
  width: 1130px;
  margin: 0 auto;
  padding: 30px 0 70px 20px;
  position: relative;
}

body.third_level .mv_lead {
  font-size: 20px;
}

body.third_level .mv_btn {
  position: absolute;
  left: 0px;
  bottom: -20px;
  display: flex;
  gap: 23px;
}

body.third_level #main_visual.service_consulting .mv_illust {
  position: absolute;
  top: -11px;
  right: 115px;
}

body.third_level #main_visual.service_support .mv_illust {
  position: absolute;
  top: -11px;
  right: 30px;
}

body.third_level #main_visual.service_training .mv_illust {
  position: absolute;
  top: 15px;
  right: 0px;
}


/*-----------------------------------------------------
  contents
------------------------------------------------------*/

#main_contents {
  width: 1000px;
  margin: 0 auto 65px;
  padding: 80px 100px 100px;
  border-radius: 30px;
  background: #fff;
}

#main_contents section {
  margin-bottom: 90px;
}

#main_contents section:last-child {
  margin-bottom: 0;
}

#main_contents section h2 {
  font-size: 32px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}

#main_contents section #icon_square {
  position: absolute;
  top: 26px;
  left: 0px;
}

#main_contents section h2.line {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
  position: relative;
  padding: 0;
}

#main_contents section h2.line::after {
  content: '';
  width: 62px;
  height: 2px;
  background: #002e73;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

#main_contents section h3 {
  font-size: 24px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin-bottom: 25px;
}

.conversion_btn {
  width: 100%;
  height: 277px;
  margin-bottom: 80px;
  background: url(../images/common/bg_cvarea.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cv_inner {
  width: 658px;
  height: 208px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #002e73;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.conversion_btn p {
  font-size: 24px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
  text-align: center;
  margin-bottom: 15px;
}

.cv_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}



/*---- COMPANY -----*/

#company_philosophy dl {
  border-bottom: solid 1px #d9d9d9;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

#company_philosophy dl.first-child {
  border-top: solid 1px #d9d9d9;
}

#company_philosophy dt {
  width: 220px;
  font-size: 24px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  background: #3d8599;
  border: solid 3px #b4cbd1;
  border-radius: 20px;
}

#company_philosophy dd {
  width: 535px;
  padding: 20px 0;
}

#company_philosophy dd h3 {
  font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 20px;
  color: #3d8599;
  line-height: 1.3;
  margin-bottom: 10px;
}

#company_philosophy dd p {
  font-size: 18px;
}


.message_contents {
  margin-bottom: 70px;
}

.message_contents p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

.message_photo {
  float: right;
  margin: 0 0 30px 40px;
  font-size: 18px;
  text-align: center;
}

.message_photo img {
  margin-bottom: 5px;
}

.mm_profile {
  font-size: 18px;
}

.mm_profile h4 {
  background: #f5f5f5;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  text-align: center;
  padding: 30px;
}

.mm_profile dl {
  display: flex;
  justify-content: space-between;
  padding: 22px 15px 22px 0;
  border-bottom: solid 1px #d9d9d9;
}

.mm_profile dt {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #d9d9d9;
}

.mm_profile dd {
  width: 517px;
}

.mm_profile dd a:link {
  text-decoration: underline;
}



/*---- SERVICE -----*/

body#service.third_level #contents {
  padding-bottom: 0;
}

body#service.third_level #main_contents {
  margin-bottom: 0;
}

.catch_copy {
  margin-bottom: 60px;
}

.catch_copy h4 {
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  font-size: 28px;
  text-align: left;
  color: #002e73;
  margin-bottom: 15px;
  line-height: 1.5;
}

#service_detail {
  width: 100%;
  display: flex;
  flex-flow: column;
}

#service_detail a {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

#service_detail dl {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  border: solid 1px #002e73;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media (hover: hover) {
  #service_detail a:hover dl {
    background-color: #16809e;
  }
}

#service_detail dt {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.3;
  color: #002e73;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

#service_detail a:link dt {text-decoration:none; color:#002e73;}
#service_detail a:visited dt {text-decoration:none; color:#002e73;}
@media (hover: hover) {
  #service_detail a:hover dt {text-decoration:none; color:#fff;}
}

#service_detail dd {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break:break-all;
  font-size: 18px;
  color: #333;
  text-align: left;
  overflow-wrap: break-word;
}

#service_detail a:link dd {text-decoration:none; color:#333;}
#service_detail a:visited dd {text-decoration:none; color:#333;}
@media (hover: hover) {
  #service_detail a:hover dd {text-decoration:none; color:#fff;}
}

#service_detail .arrow_s {
  width: 16px;
  height: 34px;
  fill: #002e73;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media (hover: hover) {
  #service_detail a:hover .arrow_s {
    transform: translate3d(5px, -50%, 0);
    fill: #fff;
  }
}

/*

#service #contents section {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: solid 1px #003e50;
}

#service #contents section h2 {
  color: #333;
  font-size: 2.8em;
  line-height: 1.8;
  margin-bottom: 5px;
}

#service #contents section h2::before {
  margin-right: 20px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  -webkit-text-stroke: 2px #16809e;
  text-stroke: 2px #16809e;
  paint-order: stroke;
  vertical-align: top;
}

#service #contents section#sect_01 h2::before {
  content: '01';
}

#service #contents section#sect_02 h2::before {
  content: '02';
}

#service #contents section#sect_03 h2::before {
  content: '03';
}

#service #contents section#sect_04 h2::before {
  content: '04';
}
*/

#service section .flex_box {
  justify-content: space-between;
  padding-left: 100px;
}

#service section .flex_box p {
  width: 490px;
  font-size: 1.8em;
}

#service section .flex_box ul {
  width: 490px;
}

#service .sect_photo {
  width: 360px;
  aspect-ratio: 3/2;
}

#service .sect_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



body.third_level #main_contents {
  width: 100%;
  background: none;
  padding: 0 0 30px;
}

body#service.third_level .sect_inner {
  width: 1000px;
  margin: 0 auto;
}

body.third_level #main_contents section h2.title_problem {
  height: 145px;
  padding-right: 20px;
  font-size: 36px;
  text-align: center;
  line-height: 145px;
  background: url(../images/service/illust_problem.png) no-repeat center center;
}

.problem_list li {
  font-size: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 28px 35px 32px 90px;
  background: url(../images/common/icon_fukidashi.png) no-repeat left 20px center #fff;
}

.problem_list li span {
  font-size: 1.2em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
}

body.third_level #main_contents section h2.title_solution {
  width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 40px 0;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

body.third_level #main_contents section h2.title_solution::before {
  content: '';
  width: 76px;
  height: 72px;
  position: absolute;
  background: url(../images/service/illust_solution_before.png) no-repeat center center;
  left: 80px;
  top: 30px;
}

body.third_level #main_contents section h2.title_solution::after {
  content: '';
  width: 61px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  background: url(../images/service/illust_solution_after.png) no-repeat center center;
}


#main_contents section h2.service_name {
  font-size: 40px;
  text-align: center;
  padding-left: 0;
  color: #244577;
}

#main_contents section h2.section_title {
  font-size: 36px;
  text-align: center;
  padding-left: 0;
}

p.service_description {
  font-size: 18px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 2;
  text-align: center;
}

.service_section_lead {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.area_target_box {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background: #fff;
  border: solid 1px #244577;
}

.area_target_box_L {
  width: 650px;
}

.area_target_box_L div {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dotted 1px #ccc;
}

.area_target_box_L div:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.area_target_box_R {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_contents section h3.h3_check {
  font-size: 20px;
  background: url(../images/common/icon_check.png) no-repeat left top 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.area_target_box_L p {
  font-size: 16px;
  padding-left: 40px;
}





#main_contents section#solution {
  margin-bottom: 0;
  padding-bottom: 77px;
  position: relative;
}

section#problem {
  position: relative;
  z-index: 1;
}

section#solution::before {
  content: '';
  width: 362px;
  height: 551px;
  background: url(../images/common/bg_geometry.png) no-repeat center center;
  position: absolute;
  top: -350px;
  left: 0;
  z-index: 0;
}

#solution_bg {
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 125px,
    #fff 125px,
    #fff 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 90px),
    50% 100%,
    0 calc(100% - 90px)
  );
  padding-bottom: 30px;
}


section#solution .sect_inner {
  background: url(../images/service/bg_dot.png) no-repeat center bottom;
  padding-bottom: 50px;
}

.solution_contents {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.solution_contents .font-bold {
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

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

.solution_contents ul {
  margin-bottom: 30px;
}

.solution_contents p.sokode {
  text-align: center;
  font-size: 30px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin-bottom: 0px;
}

#solution_conclusion {
  padding-top: 40px;
  font-size: 20px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  text-align: center;
}

#solution_conclusion span {
  display: block;
  font-size: 1.8em;
  color: #002e73;
  padding: 10px 0;
}

.target_wrap {
  display: flex;
  justify-content: space-between;
}

.target_box {
  width: 48%;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 35px 30px;
  background: #fff;
  border: solid 1px #002e73;
  font-size: 16px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 2;
}

.target_box span {
  color: #002e73;
}

.support_box {
  margin-bottom: 50px;
  padding: 25px 60px 40px 85px;
  background: #fff;
}

.support_box_title {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px 35px;
  font-size: 20px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 1.3;
  position: relative;
}

#main_contents section .support_box_title h3 {
  font-size: 36px;
  color: #002e73;
  margin: 0 20px 0 0;
}

#main_contents section .support_box_title p {
  line-height: 1.6;
}

.support_box_title h3 span {
  display: block;
  font-size: 18px;
}

.support_box_title::before {
  width: 72px;
  height: 72px;
  background: #002e73;
  position: absolute;
  left: -95px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #fff;
}

.first .support_box_title::before {
  content: '1';
}

.second .support_box_title::before {
  content: '2';
}

.third .support_box_title::before {
  content: '3';
}

.support_description {
  font-size: 16px;
  margin-bottom: 30px;
}

#main_contents.service_consulting .support_box.first {
  background-image: url(../images/service/illust_support_01.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_consulting .support_box.second {
  background-image: url(../images/service/illust_support_02.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_consulting .support_box.third {
  background-image: url(../images/service/illust_support_03.png);
  background-repeat: no-repeat;
  background-position: right 60px bottom 30px;
}

#main_contents.service_support .support_box.first {
  background-image: url(../images/service/illust_support_01.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_support .support_box.second {
  background-image: url(../images/service/illust_support_02.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_training .support_box.first {
  background-image: url(../images/service/illust_support_01.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_training .support_box.second {
  background-image: url(../images/service/illust_support_02.png);
  background-repeat: no-repeat;
  background-position: right 60px center;
}

#main_contents.service_training .support_box.third {
  background-image: url(../images/service/illust_support_03.png);
  background-repeat: no-repeat;
  background-position: right 60px bottom 30px;
}


.support_box li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 35px;
  background: url(../images/common/icon_check.png) no-repeat left 3px;
}

.support_box li span {
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
}

.result {
  margin-bottom: 55px;
}

.result dl {
  height: 63px;
  margin-bottom: 40px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  font-size: 18px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  background: #fff;
}

.result dt {
  width: 472px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6092bd;
  color: #fff;
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 50%,
    calc(100% - 18px) 100%,
    0 100%
  );
}

.result dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.voice {
  margin-bottom: 55px;
}

.voice ul {
  padding-left: 92px;
}

.voice li {
  margin-bottom: 25px;
  padding: 18px 40px 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
}

.voice li::before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/common/icon_fukidashi_02.png) no-repeat center center;
  position: absolute;
  left: -70px;
  top: 0;
}

#main_contents section#summary {
  margin-bottom: 30px;
}



/*---- news -----*/

body#news #main_contents {
  padding-top: 50px;
}

body#news #main_contents section h2 {
  margin-bottom: 50px;
}

body#news .news_list dl {
  background: #f7f7f7;
  margin-bottom: 25px;
}

body#news_detail.third_level #wrapper {
  background-position: left top -150px;
}

body#news_detail .breadcrumb li {
  font-size: 14px;
}

body#news_detail.third_level #main_visual {
  padding-left: 240px;
  background: url(../images/service/bg_columnmv.png), linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
  background-position: left center;
  background-repeat: no-repeat;
}

body#news_detail.third_level #main_visual .mv_inner {
  width: 900px;
  margin: 0;
  padding-bottom: 30px;
}

body#news_detail.third_level #main_visual h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 100px;
}

body#news_detail .column_category a {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
}

body#news_detail .column_date {
  text-align: right;
}

body#news_detail #main_contents {
  width: 1000px;
  margin: 0 auto 65px;
  padding: 50px 100px 100px;
  border-radius: 30px;
  background: #fff;
}




/*---- COLUMNS -----*/

body#column_detail .breadcrumb li {
  font-size: 14px;
}

body#columns #main_contents {
  width: 1200px;
}

.colmun_list dl {
  margin-bottom: 50px;
}

body#column_detail.third_level #main_visual {
  padding-left: 240px;
  background: url(../images/service/bg_columnmv.png), linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
  background-position: left center;
  background-repeat: no-repeat;
}

body#column_detail.third_level #main_visual .mv_inner {
  width: 900px;
  margin: 0;
  padding-bottom: 30px;
}

body#column_detail.third_level #main_visual h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 100px;
}

.column_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

body#column_detail .column_category a {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
}

.column_date {
  font-size: 16px;
}

body#column_detail #main_contents {
  width: 1000px;
  margin: 0 auto 65px;
  padding: 50px 100px 100px;
  border-radius: 30px;
  background: #fff;
}

.column_lead p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

.author {
  width: 100%;
  margin-bottom: 50px;
  padding: 23px 28px;
  border: solid 1px #d6d6d6;
  display: flex;
  justify-content: space-between;
}

.author_photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.author_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_contents #honbun section .author_info p {
  width: 620px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.author_name {
  font-size: 18px;
  margin-bottom: 5px;
}

.author_name span {
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  padding-right: 15px;
  line-height: 1.9;
}


/* 目次 */


#toc_container {
  margin-bottom: 60px;
}

#toc_container {
  background: #f7f7f7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 2px #eee;
  overflow: hidden;
}

#toc_container .toc_title,   #toc_container .widgettitle {
  text-align: center;
  margin-bottom: 20px;
  padding: 9px 0 10px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #244577;
}

#toc_container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5.33%;
  font-size: 16px;
}

#toc_container li {
  margin-bottom: 2px;
}

#toc_container li a {
  /*background: url(../images/common/arrow_list_down.png) no-repeat left 5px;
  background-size: 17px auto;*/
  padding-left: 30px;
  display: block;
  font-weight: 700;
  border-bottom: dotted 1px #CCC;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#toc_container li a:link {text-decoration:none; color:#333333;}
#toc_container li a:visited {text-decoration:none; color:#333333;}
#toc_container li a:hover {text-decoration:none; color:#002e73;}

#toc_container li ul {
  margin: 0px 0 15px 60px
}

#toc_container li li a {
  background: none;
  position: relative;
  font-size: 0.9em;
  display: inline-block;
  font-weight: normal;
  padding-left: 0;
}

#toc_container li li a:after {
  width: 20px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background: #244577;
  top: 13px;
  left: -25px;
}

.toc_title::after {
  content: '【閉じる】';
  display: inline-block;
  width: 6em;
  letter-spacing: 0;
  font-size: .75em;
  color: #244577;
  text-decoration: underline;
  cursor: pointer;
}

.toc_title.is-close::after {
  content: '【開く】';
}

.toc_list {
  -webkit-transition: line-height .4s, opacity .2s;
  transition: line-height .4s, opacity .2s;
}

#toc_container .toc_list.is-close {
  opacity: 0;
  line-height: 0;
}

#toc_container .toc_title.is-close {
  margin-bottom: 0;
}

#toc_container .is-close li {
  margin-bottom: 0;
}

#toc_container .toc_list.is-close li ul {
  margin: 0;
}

#toc_container .toc_list.is-close li a {
  pointer-events: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

#toc_container .toc_list.is-close li li a:after {
  height: 0;
}


#main_contents #honbun section h2 {
  font-size: 24px;
  border-bottom: solid 3px #b3b3b3;
  margin: 45px 0 45px 0;
  padding: 0 0 10px 0;
  position: relative;
}

#main_contents #honbun section h2::after {
  content: '';
  width: 111px;
  height: 4px;
  background: #244577;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#main_contents #honbun section h3 {
  font-size: 20px;
  margin: 40px 0 15px;
  padding: 0 0 0 17px;
  position: relative;
}

#main_contents #honbun section h3::after {
  content: '';
  width: 4px;
  height: 36px;
  background: #244577;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#main_contents #honbun section h4 {
  font-size: 18px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin: 15px 0;
}

#main_contents #honbun section p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
}

.column_photo {
  width: 600px;
  margin: 0 auto;
}

.column_photo img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.column_photo_small {
  width: 400px;
  margin: 25px auto;
}

.column_photo_small img {
  width: 100%;
  height: auto;
}

.column_photo_medium {
  width: 520px;
  margin: 25px auto;
}

.column_photo_medium img {
  width: 100%;
  height: auto;
}

.column_photo_large {
  width: 640px;
  margin: 25px auto;
}

.column_photo_large img {
  width: 100%;
  height: auto;
}

.column_photo_full {
  width: 100%;
  margin: 25px 0;
}

.column_photo_full img {
  width: 100%;
  height: auto;
}

.column_photo_left {
  margin: 25px 0;
}

.border_photo img {
  border: solid 1px #ccc;
}

ol.ol_normal {
  margin-bottom: 25px;
  counter-reset: number;
  list-style-type: none; 
}

ol.ol_normal li {
  font-size: 18px;
  margin-left: 1.8em;
  margin-bottom: 10px;
  padding-left: 0.3em;
  counter-increment: number;
  text-indent: -1.6em;
}

ol.ol_normal li:before {
  content: counter(number) ".";
  color: #002e73;
  font-weight: bold;
  margin-right: 15px;
}

ul.list_normal {
  margin-bottom: 25px;
}

ul.list_normal li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

ul.list_normal li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #244577;
  position: absolute;
  left: 10px;
  top: 0.7em;
}

ul.list_normal_small {
  margin-bottom: 20px;
}

ul.list_normal_small li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

ul.list_normal_small li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #244577;
  position: absolute;
  left: 7px;
  top: 0.7em;
}

ul.list_check {
  margin-bottom: 25px;
}

ul.list_check li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
}

ul.list_check li::before {
  content: '';
  width: 24px;
  height: 22px;
  background: url(../images/common/icon_check.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 0.1em;
}

.kakomi {
  border: solid 3px #002e73;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 25px 60px 30px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
  line-height: 2;
}

.kakomi p {
  margin-bottom: 0;
}

.underline_yellow {
  background: linear-gradient(transparent 65%, #fff98b 65%);
  font-weight: bold;
}

.underline_green {
  background: linear-gradient(transparent 65%, #e4ffc5 65%);
  font-weight: bold;
}

#main_contents #honbun section .kakomi p {
  margin-bottom: 0;
}

#honbun table {
  width: 100%;
  margin: 35px 0;
  border-left: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
}

#honbun table th, #honbun table td {
  padding: 20px;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  font-size: 16px;
  vertical-align: middle;
}

#honbun table th {
  background: #f5f5f5;
  font-weight: normal;
  text-align: center;
}


code {
  font-size: 16px;
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.1em 0.25em;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}

/*
pre code {
  display: block;
  margin-bottom: 30px;
  padding: 0 30px 30px;
  overflow-x: auto;
}
*/

.hcb_wrap.hcb_wrap>pre {
  padding: 0 30px 30px;
}


blockquote {
  margin-left: 20px;
  padding-left: 30px;
  border-left: solid 2px #244577;
  font-style: italic;
}

/*---- page navi -----*/

.wp-pagenavi {
	text-align:center;
	margin:30px auto;
	font-size: 1.8em;
}

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

.wp-pagenavi a {
	display:inline-block;
}

	.wp-pagenavi a, .wp-pagenavi span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		border: solid 1px #c0c0c0;
		margin: 2px;
		padding: 0 !important;
		background: #fff;
		display:inline-block;
	}

	.wp-pagenavi a:hover, .wp-pagenavi span.current {
		background:#637a80;
		border: solid 1px #637a80 !important;
		color: #fff;
	}


/*---- whitepaper -----*/

body#whitepaper #main_contents {
  width: 1200px;
}

body#whitepaper_detail .breadcrumb li {
  font-size: 14px;
}

body#whitepaper_detail.third_level #main_visual {
  margin-bottom: 30px;
  padding-left: 240px;
  background: url(../images/service/bg_columnmv.png), linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
  background-position: left center;
  background-repeat: no-repeat;
}

body#whitepaper_detail.third_level #main_visual .mv_inner {
  width: 900px;
  margin: 0;
  padding-bottom: 30px;
}

body#whitepaper_detail.third_level #main_visual h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 100px;
}

body#whitepaper_detail.third_level.service_document #main_visual {
  padding-left: 190px;
}

body#whitepaper_detail.third_level.service_document #main_visual .mv_inner {
  padding-left: 0;
}

body#whitepaper_detail.third_level.service_document #main_visual h1 {
  text-align: center;
  padding-top: 20px;
}

.column_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column_date {
  width: 280px;
  margin: 10px 0 0 50px;
  font-size: 16px;
}

body#whitepaper_detail.third_level.service_document .column_meta {
  justify-content: flex-end;
}

body#whitepaper_detail .column_date {
  width: auto;
  margin-left: 0;
}

body#whitepaper_detail #main_contents {
  width: 1280px;
  margin: 0 auto 65px;
  padding: 50px 100px 100px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

#wp_left {
  width: 480px;
}

#wp_right {
  width: 550px;
  padding: 50px;
  background: #f5f5f5;
}

#wp_left h3 {
  font-size: 20px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #3d8599;
}

#wp_left .document_description p {
  font-size: 18px;
  margin-bottom: 30px;
}

.learning_point {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #244577;
  font-size: 18px;
}

.learning_point dt {
  background: #3d8599;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.learning_point dd {
  padding: 20px;
}

.learning_point dd p {
  font-size: 18px;
}

.learning_point ul.list_check {
  margin-bottom: 0;
}

.document_thumbnail {
  width: 100%;
  border: solid 1px #ccc;
}

.document_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* PRYVACY POLICY */


#main_contents section h3.underline {
  font-size: 18px;
  border-bottom: solid 1px #ccc;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

p.normal {
  font-size: 16px;
  margin-bottom: 20px;
}





/*---- footer contact -----*/

#contact_footer h2 {
  font-size: 4em;
  line-height: 1;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  display: inline-block;
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 40"><path fill="%237c8f92" d="M47.542,0.556H3.169c-1.545,0-2.81,1.272-2.81,2.808v4.848l23.514,17.873c0.342,0.268,0.904,0.447,1.48,0.444	c0.575,0.003,1.137-0.175,1.488-0.449L50.36,8.421V3.363C50.36,1.828,49.096,0.556,47.542,0.556z M25.354,30.393 c-1.047-0.005-2.111-0.292-2.987-0.956L0.36,12.712v24.036c0,1.534,1.265,2.808,2.81,2.808h44.372c1.555,0,2.818-1.273,2.818-2.808	v-23.84l-22.016,16.53C27.462,30.101,26.402,30.388,25.354,30.393z"/></svg>') no-repeat left bottom 1px;
  background-size: 43px auto;
  margin-bottom: 20px;
  padding-left: 55px;
}

#contact_footer h2::after {
  content: '';
  width: 216px;
  height: 10px;
  background: url(../images/common/line_h2.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -230px;
  bottom: 3px;
}

.contact_footer_box {
  padding: 30px 40px;
  border: solid 1px #003e50;
  display: flex;
  justify-content: space-between;
}

.contact_footer_box h3 {
  font-size: 3em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

.contact_footer_box p {
  font-size: 1.8em;
}

.contact_footer_box .box_L {
  width: 530px;
}

.contact_footer_box .box_R {
  width: 385px;
  display: flex;
  align-items: flex-end;
}

#contact_footer .btn_more, #privacy_policy_contents .btn_more {
  width: 385px;
  height: 60px;
}

#privacy_policy_contents .btn_more {
  margin: 70px auto 0;
}

#contact_footer .btn_more a, #privacy_policy_contents .btn_more a {
  font-size: 2.4em;
  padding-right: 50px;
  border: solid 2px #16809e;
  border-radius: 30px;
  line-height: 56px;
}

#contact_footer .btn_more .arrow_s, #privacy_policy_contents .btn_more .arrow_s {
  width: 36px;
  height: 11px;
  top: 24px;
  right: 32px;
}


/*---- contact ----*/

.contents_lead {
  width: 100%;
  background: #f3f4f4;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 75px;
}

.contents_lead p {
  font-size: 2em;
  text-align: center;
  line-height: 2.4;
}

.contents_lead p a:link {text-decoration:underline; color:#16809e;}
.contents_lead p a:visited {text-decoration:underline; color:#16809e;}
.contents_lead p a:hover {text-decoration:underline; color:#3896b0;}

#contents section#contact_form {
  width: 800px;
  margin: 0 auto;
}

.notice {
  font-size: 1.6em;
  text-align: right;
  margin-bottom: 15px;
}

#contact_form p {
  font-size: 2em;
}

#contact_form p a:link {text-decoration:underline;; color:#16809e;}
#contact_form p a:visited {text-decoration:underline; color:#16809e;}
#contact_form p a:hover {text-decoration:none; color:#16809e;}

#contact_form p.notice {
  font-size: 1.6em;
}

#contact_form .font_blue {
  font-size: 0.8em;
  line-height: 2;
  margin: 0 5px;
}

#contact_form form dl {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

#contact_form form dt {
  width: 200px;
}

#contact_form form dd {
  width: 600px;
}

#contact_form form dd p {
  margin-bottom: 8px;
}

#contact_form form dd p.ver_middle {
  line-height: 45px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 0.8em;
  border: solid 1px #003e50;
}

#contact_form form dd input.narrow[type="text"] {
  width: 80px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.middle[type="text"] {
  width: 120px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.long[type="text"] {
  width: 250px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd select {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 0.8em;
  padding: 10px;
  border: solid 1px #003e50;
}

#contact_form form dd textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  font-size: 0.8em;
  border: solid 1px #003e50;
}

#contact_form form dd label {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

#btn_submit {
  padding-left: 70px;
}

#btn_submit p {
  text-align: center;
  padding: 65px 0 15px;
}

#btn_submit input {
  width: 385px;
  height: 60px;
  padding-right: 50px;
  text-align: center;
  font-size: 1.2em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/common/arrow_s.svg) no-repeat right 35px center #16809e;
  background-size: 8px auto;
}

#btn_submit input:hover {
  background-color: #3896b0;
}

::placeholder {
  color: #cdcdcd;
}

.recaptcha_wrapper {
  width: 100%;
  margin: 50px auto 0;
}

#contact_form p.recaptcha_policy {
	font-size: 1.4em;
  text-align: center;
}

p.recaptcha_policy a:link {text-decoration:underline;; color:#16809e;}
p.recaptcha_policy a:visited {text-decoration:underline; color:#16809e;}
p.recaptcha_policy a:hover {text-decoration:none; color:#16809e;}

.grecaptcha-badge { visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #fff;
  font-size: 2em;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 10px;
}


/*---- WHITEPAPER FORM ----*/

#whitepaper_detail .contents_lead {
  background: #fff;
  margin-bottom: 30px;
}

#whitepaper_detail .contents_lead p {
  line-height: 1.7;
}

#whitepaper_detail #contact_form p {
  font-size: 16px;
}

#whitepaper_detail #contact_form form dl {
  margin-bottom: 10px;
}

#whitepaper_detail #contact_form form dt {
  width: 130px;
}

#whitepaper_detail #contact_form form dd {
  width: 300px;
}

#whitepaper_detail #contact_form form dd input[type="text"], #whitepaper_detail #contact_form form dd input[type="email"] {
  height: 40px;
  padding: 7px;
}

#whitepaper_detail #btn_submit {
  margin-bottom: 30px;
  padding: 0;
}

#whitepaper_detail #btn_submit p {
  padding-top: 30px;
}

#whitepaper_detail #contact_form p.recaptcha_policy {
  font-size: 14px;
}

#whitepaper_detail .wpcf7 form .wpcf7-response-output {
  font-size: 1.5em;
}

/*---- PRIVACY POLICY ----*/
/*
#privacypolicy #contents section {
  margin-bottom: 0;
}

#privacypolicy #contents main h1 {
  font-size: 2.4em;
}

.privacy_lead p, .news_lead p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 18px;
}

#contents section #privacy_policy_contents h2, #contents section #news_contents h2 {
  font-size: 2em;
  margin: 35px 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #003e50;
}

#privacy_policy_contents p, #news_contents p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 25px;
}

#privacy_policy_contents h3, #news_contents h3 {
  font-size: 1.8em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  margin-bottom: 5px;
}
*/

/*---- NEWS ----*/
/*
#news_header {
  width: 900px;
  margin: 0 auto;
}

.news_category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #7c8f92;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
}

#contents main #news_header h1::after {
  display: none;
}

#contents main #news_header h1 {
  font-size: 2.6em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 1.7;
  margin-bottom: 10px;
  display: block;
}

.news_date {
  font-size: 1.6em;
}

.news_lead {
  width: 720px;
  font-size: 1.8em;
  margin: 50px auto;
}

.news_image {
  width: 722px;
  margin: 0 auto;
  border: solid 1px #ccc;
}

.news_image img {
  width: 100%;
  height: auto;
}

#news_contents {
  width: 720px;
  margin: 50px auto 0;
}

#news_contents .btn_more {
  margin: 70px auto 0;
}
*/



/*-----------------------------------------------------
  footer
------------------------------------------------------*/

body.subpage footer {
  position: relative;
  bottom: inherit;
}

footer .footer_inner {
  margin-top: 0;
  padding-top: 252px;
}




/*-----------------------------------------------------
  Responsive
-----------------------------------------------------*/



/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/


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

body {
  padding-top: 70px;
}
/*-----------------------------------------------------
  SP general　
-----------------------------------------------------*/

/*---- table -----*/

table.normal {
  font-size: 14px;
  line-height: 1.3;
  border-spacing: 7px 10px;
}

table.normal th, table.normal td {
  padding: 10px;
}

table.normal th {
  white-space: nowrap;
}

table.simple {
  font-size: 14px;
  line-height: 1.3;
  border-spacing: 7px 10px;
}

table.simple th, table.simple td {
  padding: 10px;
}


/*---- list -----*/

ul.disc li {
  font-size: 3.59vw;
}

ol.num {
  margin-left: 1em;
}

ol.num li {
  font-size: 3.59vw;
}



/*-----------------------------------------------------
  SP header　
-----------------------------------------------------*/

.breadcrumb {
  margin: 10px;
  text-align: left;
  float: none;
}

.breadcrumb li {
  height: auto;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 16px;
  line-height: 1.3;
  background-position: left 5px;
}

.breadcrumb li.home {
  background-size: 18px auto;
  background-position: left 2px;
  padding: 3px 10px 0 24px;
}

#main_visual {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

body.second_level #main_visual {
  padding-top: 15px;
}

body.second_level #main_visual h1 {
  font-size: 16px;
  text-shadow: 0px 0px 5px rgba(255,255,255,1), 0px 0px 5px rgba(255,255,255,1);
}

body.second_level #main_visual h1 #icon_square {
  top: 8px;
}

body.second_level #main_visual h1 .h2_en {
  font-size: 2em;
}
/*-----------------------------------------------------
  SP contents　
-----------------------------------------------------*/

#main_contents {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 20px;
  border-radius: 0;
}

#main_contents section h2 {
  margin-bottom: 10px;
  font-size: 20px;
  padding-left: 18px;
}

#main_contents section h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

#main_contents section #icon_square {
  top: 14px;
}

/* COMPANY */
#company_philosophy dl {
  flex-flow: column;
}

#company_philosophy dt {
  width: 100%;
  padding: 7px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}

#company_philosophy dd {
  width: 100%;
  padding: 10px 0;
}

#company_philosophy dd h3 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 5px;
}

#company_philosophy dd p {
  font-size: 15px;
}

#main_contents section {
  margin-bottom: 45px;
}

.message_contents p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.message_photo {
  font-size: 14px;
  margin: 0 0 15px 20px;
}

.message_photo img {
  width: 150px;
}

.mm_profile {
  font-size: 14px;
}

.mm_profile h4 {
  padding: 15px;
}

.mm_profile dl {
  padding-right: 0;
}

.mm_profile dt {
  width: 34%;
  font-size: 12px;
}

.mm_profile dd {
  width: 63%;
}


/* SERVICE */

body#service.third_level #contents {
  background: none;
}

.catch_copy h4 {
  font-size: 18px;
}

.section_lead {
  font-size: 15px;
}

#service_detail dl {
  flex-flow: column;
  padding: 15px 50px 15px 20px;
}

#service_detail dt {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  justify-content: flex-start;
}

#service_detail dd {
  width: 100%;
  font-size: 14px;
}

#service_detail .arrow_s {
  width: 12px;
  height: 28px;
  right: 15px;
}



body.third_level #wrapper {
  background-size: auto 400px;
}

#second_level {
  margin: 15px 0 10px 0;
  padding-left: 15px;
  font-size: 15px;
}

#second_level #icon_square {
  top: 4px;
}

body.third_level #main_visual {
  margin-bottom: 60px;
}

body.third_level #main_visual .mv_inner {
  width: 100%;
  padding: 20px 15px 40px 15px;
}

body#service.third_level #main_visual h1 {
  width: 230px;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.3;
}

body#service.third_level #main_visual.service_training h1 {
  width: 250px;
}

body.third_level .mv_lead {
  font-size: 15px;
}

body.third_level .mv_lead br {
  display: none;
}

body.third_level #main_visual.service_consulting .mv_illust {
  width: 120px;
  height: auto;
  right: 10px;
  top: -50px;
}

body.third_level #main_visual.service_support .mv_illust {
  width: 120px;
  height: auto;
  right: 10px;
  top: -30px;
}

body.third_level #main_visual.service_training .mv_illust {
  width: 100px;
  height: auto;
  right: 10px;
  top: -40px;
}

body.third_level .mv_btn {
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 7px;
}

body.third_level #main_contents {
  margin-bottom: 30px;
  padding-bottom: 0;
}

body#service.third_level .sect_inner {
  width: 100%;
  background-size: 320px auto;
}

.cv_inner {
  width: 100%;
  border-left: none;
  border-right: none;
}

.solution_contents {
  width: 100%;
  font-size: 15px;
  padding: 0 15px;
}

.solution_contents p {
  margin-bottom: 15px;
}

body.third_level #main_contents section h2.title_problem {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  background: url(../images/service/illust_problem_sp.png) no-repeat left 15px center;
  background-size: auto 100%;
}

.problem_list {
  padding: 0 15px;
}

.problem_list li {
  padding: 20px 20px 25px 60px;
  font-size: 15px;
  line-height: 1.5;
  background-size: 30px auto;
  background-position: left 15px center;
}

.problem_list li span {
  font-size: 1em;
}

section#solution::before {
  display: none;
}

body.third_level #main_contents section h2.title_solution {
  width: 100%;
  height: 120px;
  font-size: 20px;
  padding: 0;
}

body.third_level #main_contents section h2.title_solution::before {
  display: none;
}

body.third_level #main_contents section h2.title_solution::after {
  width: 80px;
  height: 120px;
  right: 10px;
  background: url(../images/service/illust_solution_sp.png) no-repeat center center;
  background-size: auto 100%;
}

#main_contents section h2.service_name {
  font-size: 19px;
}

.solution_contents p {
  font-size: 15px;
}

#solution_bg {
  background: linear-gradient(to bottom, transparent 0, transparent 100px, #fff 100px, #fff 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.kakomi {
  margin-bottom: 15px;
  padding: 15px 30px 20px;
}

.solution_contents p.sokode {
  font-size: 24px;
}

#solution_conclusion {
  font-size: 16px;
  padding: 30px 15px 0;
}

#solution_conclusion span {
  font-size: 1.4em;
}

.service_section_lead {
  font-size: 15px;
  padding: 0 15px;
}

.area_target_box {
  display: block;
  margin: 0 15px;
  padding: 15px;
}

.area_target_box_L {
  width: 100%;
}

.area_target_box_R {
  width: 100%;
  margin-top: 15px;
}

.area_target_box_L div {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#main_contents section h3.h3_check {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 25px;
  background-size: 18px auto;
}

.area_target_box_L p {
  font-size: 15px;
  padding-left: 25px;
}

.area_target_box_R img {
  width: auto;
  height: 120px;
}

#main_contents section h2.section_title {
  font-size: 20px;
}

.conversion_btn p {
  font-size: 18px;
}

.cv_btn {
  gap: 7px;
}

#main_contents section#target {
  padding: 0;
}

.target_wrap {
  flex-flow: column;
}

.target_box {
  width: 100%;
  padding: 20px 25px 25px;
}


#main_contents section h2.line {
  font-size: 20px;
  margin-bottom: 45px;
}

#main_contents section h2.line::after {
  width: 50px;
  bottom: -15px;
}

.support_box_title::before {
  width: 45px;
  height: 45px;
  left: 0px;
  font-size: 25px;
}

.support_box_title {
  display: block;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.support_box_title h3 span {
  margin-right: 5px;
  font-size: 13px;
}

#main_contents section .support_box h3 {
  font-size: 20px;
  margin: 0 0 10px 55px;
}

#main_contents section .support_box_title p {
  line-height: 1.3;
}

.support_box h3::before {
  width: 36px;
  height: 36px;
  font-size: 20px;
  left: -50px;
}

.support_box {
  margin-bottom: 30px;
  padding: 15px 30px 160px 15px;
}

.support_description {
  font-size: 14px;
  margin-bottom: 15px;
}

.support_box li {
  font-size: 14px;
  background-size: 18px auto;
  background-position: left 1px;
  margin-bottom: 15px;
  padding-left: 25px;
}

#main_contents.service_consulting .support_box.first {
  background-size: 170px auto;
  background-position: center bottom 15px;
}

#main_contents.service_consulting .support_box.second {
  padding-bottom: 180px;
  background-size: 150px auto;
  background-position: center bottom 15px;
}

#main_contents.service_consulting .support_box.third {
  background-size: 170px auto;
  background-position: center bottom 15px;
}

#main_contents.service_support .support_box.first {
  background-size: 170px auto;
  background-position: center bottom 15px;
}

#main_contents.service_support .support_box.second {
  padding-bottom: 180px;
  background-size: 150px auto;
  background-position: center bottom 15px;
}

#main_contents.service_training .support_box.first {
  background-size: 170px auto;
  background-position: center bottom 15px;
}

#main_contents.service_training .support_box.second {
  padding-bottom: 180px;
  background-size: 150px auto;
  background-position: center bottom 15px;
}

#main_contents.service_training .support_box.third {
  background-size: 170px auto;
  background-position: center bottom 15px;
}


#main_contents section#achievements {
  padding: 0 15px;
}

.result dl {
  height: auto;
  margin-bottom: 20px;
  font-size: 15px;
  flex-flow: column;
  border-radius: 10px;
}

.result dt {
  width: 100%;
  clip-path: none;
  padding: 10px;
}

.result dd {
  padding: 10px 15px 15px;
}

.voice {
  margin-bottom: 30px;
}

.voice ul {
  padding-left: 40px;
}

.voice li {
  padding: 10px 15px 10px;
}

.voice li::before {
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  top: 5px;
  left: -40px;
}

#main_contents section#support {
  padding: 0 15px;
}



/* COLUMNS */

body#columns #main_contents {
  width: 100%;
}

body#column_detail.third_level #wrapper {
  background: none;
}

body#column_detail.third_level #contents {
  background: none;
}

body#column_detail.third_level #main_visual {
  margin-bottom: 30px;
  padding: 0;
  background: linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
}

body#column_detail.third_level #main_visual .mv_inner {
  width: 100%;
}

body#column_detail.third_level #main_visual h1 {
  font-size: 20px;
  min-height: auto;
  margin-bottom: 8px;
}

.column_meta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

body#column_detail .column_category a {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
}

body#column_detail .column_category {
  margin-bottom: 10px;
}

.column_date {
  width: auto;
  margin: 10px 0 0 0;
  font-size: 13px;
}

body#column_detail #main_contents {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
}

body#column_detail #main_contents section {
  margin-bottom: 0px;
  padding: 0 15px 15px;
}

#honbun {
  padding-bottom: 30px;
}

.column_lead p {
  font-size: 15px;
  line-height: 1.7;
}

.author {
  margin-bottom: 30px;
  padding: 15px;
}

.author_photo {
  width: 60px;
  height: 60px;
}

.author_info {
  width: 250px;
  font-size: 14px;
}

#main_contents #honbun section .author_info p {
  width: auto;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 14px;
}

.author_name {
  font-size: 14px;
}

#toc_container {
  padding: 15px;
  font-size: 14px;
}

#toc_container .toc_title, #toc_container .widgettitle {
  font-size: 16px;
}

#toc_container li a {
  padding-left: 5px;
}

#toc_container li ul {
  margin-left: 40px;
}

#main_contents #honbun section h2 {
  font-size: 18px;
  border-bottom: solid 2px #b3b3b3;
  margin: 15px 0 30px;
  padding-bottom: 5px;
}

#main_contents #honbun section h2::after {
  width: 80px;
  height: 3px;
}

#main_contents #honbun section h3 {
  font-size: 16px;
  margin: 25px 0 10px;
  padding-left: 10px;
}

#main_contents #honbun section h3::after {
  height: 25px;
}

#main_contents #honbun section h4 {
  font-size: 16px;
}

#main_contents #honbun section p {
  font-size: 15px;
  margin-bottom: 15px;
}

.column_photo, .column_photo_small, .column_photo_medium, .column_photo_large, .column_photo_full {
  width: 100%;
}

ul.list_normal li {
  font-size: 15px;
  padding-left: 20px;
}

ul.list_normal li::before {
  left: 5px;
}

ol.ol_normal li {
  font-size: 15px;
  padding-left: 0.5em;
  text-indent: -1.9em;
}

#honbun table {
  margin: 20px 0;
}

#honbun table th, #honbun table td {
  padding: 10px;
  font-size: 14px;
}

.conversion_btn {
  margin-bottom: 30px;
}

code {
  font-size: 14px;
}

pre code {
  padding: 0 15px 15px;
}

blockquote {
  margin-left: 10px;
  padding-left: 10px;
}

/* NEWS */

body#news_detail.third_level #wrapper {
  background: none;
}

body#news_detail.third_level #main_visual {
  margin-bottom: 30px;
  padding: 0;
  background: linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
}

body#news_detail.third_level #main_visual .mv_inner {
  width: 100%;
}

body#news_detail.third_level #main_visual h1 {
  font-size: 20px;
  min-height: auto;
  margin-bottom: 8px;
}

body#news_detail .column_category a {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
}

body#news_detail .column_category {
  margin-bottom: 10px;
}

body#news_detail #main_contents {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

body#news_detail #main_contents section {
  margin-bottom: 0px;
  padding: 0 15px 30px;
}

body#news #main_contents section h2 {
  margin-bottom: 20px;
}

/* WHITE PAPER */

body#whitepaper_detail.third_level #wrapper {
  background-position: left top -150px;
}

body#whitepaper #main_contents {
  width: 100%;
}

body#whitepaper_detail.third_level #main_visual {
  padding: 0;
  background: linear-gradient(to right, #f1f7fe 0%, #eff6fe 40%, #d8e9fe 100%);
}

body#whitepaper_detail.third_level.service_document #main_visual {
  padding: 0;
}

body#whitepaper_detail.third_level #main_visual .mv_inner {
  width: 100%;
}

body#whitepaper_detail.third_level.service_document #main_visual .mv_inner {
  padding: 20px 15px 40px 15px;
}

body#whitepaper_detail.third_level #main_visual h1 {
  font-size: 20px;
  min-height: auto;
}

body#whitepaper_detail #main_contents {
  width: 100%;
  padding: 30px 15px;
  flex-flow: column;
  border-radius: 0;
}

#wp_left {
  width: 100%;
  margin-bottom: 30px;
}

#wp_right {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 15px;
}

#wp_left .document_description p {
  font-size: 16px;
}

.learning_point dd {
  padding: 15px;
}

.learning_point dd p {
  font-size: 16px;
}

ul.list_check li {
  font-size: 15px;
  padding-left: 35px;
}

ul.list_check li::before {
  background-size: 20px auto;
}

#whitepaper_detail #contact_form p {
  font-size: 14px;
}

/*---- page navi -----*/

.wp-pagenavi {
	font-size: 16px;
}

	.wp-pagenavi a, .wp-pagenavi span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

/* PRYVACY POLICY */

#main_contents section h3.underline {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

p.normal {
  font-size: 15px;
  margin-bottom: 15px;
}

ul.list_normal_small li {
  font-size: 15px;
  margin-bottom: 7px;
}


  /* CONTACT */

body#form_contact #contents {
  background: none;
  padding-bottom: 0;
}

body#form_contact #main_contents {
  margin-bottom: 0;
}

#contents section#contact_form {
  width: 100%;
}

#contact_form {
  margin-bottom: 30px;
}

#contact_form p.notice {
  font-size: 14px;
}

.contents_lead {
  margin-bottom: 30px;
  padding: 15px 15px 25px;
}

.contents_lead p {
  font-size: 16px;
  line-height: 1.7;
}

#contact_form p {
  font-size: 14px;
}

#contact_form form dl {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#contact_form form dt, #contact_form form dd {
  width: 100%;
}

#contact_form form dt {
  margin-bottom: 10px;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  height: 40px;
  padding: 5px;
}

#contact_form form dd input.narrow[type="text"] {
  width: 60px;
}

#contact_form .input_birthday select {
  width: 60px;
}

#btn_submit {
  padding: 0;
}

#btn_submit p {
  padding: 30px 0 10px;
}

#btn_submit input {
  width: 76.923vw; /* 300px */
  height: 14.359vw;
  padding-right: 10.256vw;
  font-size: 4.615vw; /* 18px */
  line-height: 12.821vw;
  background-size: 8px auto;
}

#contact_form form dd input.long[type="text"] {
  margin-bottom: 10px;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.recaptcha_wrapper {
  width: 100%;
  margin-bottom: 50px;
}

#contact_form p.recaptcha_policy {
  font-size: 12px;
}



/*-----------------------------------------------------
  footer SP
------------------------------------------------------*/

footer .footer_inner {
  padding: 0;
}




}