/*
Theme Name:  kameda_takanobu
Template: understrap
*/
.text-aline {
  text-align: center !important;
}
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}
@media screen and (max-width:767px) {
  div#page {
    overflow: hidden;
  }
}
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wrapper {
  padding: 0px !important;
}
.head-border {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  padding: 0 140px;
}
.head-border:before, .head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #2A66BF;
}
.head-border:before {
  left: 0;
}
.head-border:after {
  right: 0;
}
@media screen and (max-width:767px) {
  div#page {
    overflow: hidden;
  }
}
.html {
  scroll-behavior: smooth;
}
.header_back {
  font-family: "Hiragino Kaku Gothic ProN";
  background-color: #245DB5;
  text-align: center;
  padding: 10px;
}
.header_img {
  margin-top: 5px;
}
.nav-pc {
  display: flex;
  margin-top: 15px;
}
.nav-pc ul li{
	position: relative;
}
.nav-pc ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
	list-style: none;
  text-align: center;
}
.nav-pc li {
  font-size: 16px !important;
  font-weight: bold;
  display: inline;
}
.nav-pc a {
  color: white;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.nav-pc a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: all 0.3s ease 0s;
}
.nav-pc a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.nav-pc a:hover::after {
  width: 100%;
}
.nav-pc li.current {
  text-decoration: none;
}
.nav-pc li:hover {
  text-decoration: none;
}
.globalMenuSp {
  display: none;
}
.footer_desc {
  margin-top: 100px;
  text-align: center;
  background: #245DB5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer_desc li {
  font-weight: bold;
  font-size: 14px;
  padding: 30px;
  text-decoration: none;
  color: white;
  display: inline;
}
.footer_desc li:hover {
  text-decoration: none;
}
.footer_desc li:current {
  text-decoration: none;
}
.footer_desc a {
  color: white;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer_desc a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: all 0.3s ease 0s;
}
.footer_desc a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.footer_desc a:hover::after {
  width: 100%;
}
.footer_desc p {
  font-size: 20px;
  margin-top: 50px;
  color: white;
}
.footer_desc span {
  font-size: 15px;
  color: white;
}
.footer_desc h1 {
  font-weight: normal;
  font-size: 14px;
  color: white;
}
.top_pc img {
  text-align: center;
}
.top_txt {
  font-family: Hiragino Mincho Pro;
  position: absolute;
  top: 200px;
  margin-left: 20px;
}
.top_txt h1 {
  font-size: 46px;
  font-weight: normal !important;
  color: white;
}
.top_txt hr {
  border-top: 4px solid #FFFFFF;
}
.top_txt h2 {
  font-size: 21px;
  color: white;
  text-align: center;
}
.info_kameda {
  position: relative;
}
.info_kameda_big {
  background-image: url("img/kameda_bigtxt.png");
  background-repeat: no-repeat;
  background-size: 600px !important;
  background-position: top left !important;
}
.service_bigtxt {
  background-image: url("img/service_big.png");
  background-repeat: no-repeat;
  background-size: 350px !important;
  background-position: left top;
}
.result_bigtxt {
  background-image: url("img/result_big.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right top;
}
.training_bigtxt {
  background-image: url("img/training_big.png");
  background-repeat: no-repeat;
  background-size: 350px !important;
  background-position: right top;
}
@media (max-width: 767px) {
  .nav-pc {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 50px;
    top: 8px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
  .footer_desc {
    text-align: center;
    background: #245DB5;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_desc ul {
    padding: 0px !important;
  }
  .footer_desc li {
    font-weight: bold;
    font-size: 9px;
    padding: 5px !important;
    text-decoration: none;
    color: white;
    display: inline;
  }
  .footer_desc li:hover {
    text-decoration: none;
  }
  .footer_desc li:current {
    text-decoration: none;
  }
  .footer_desc a {
    color: white;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .footer_desc a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    transition: all 0.3s ease 0s;
  }
  .footer_desc a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  .footer_desc a:hover::after {
    width: 100%;
  }
  .footer_desc p {
    font-size: 11px;
    margin-top: 50px;
    color: white;
  }
  .footer_desc span {
    font-size: 8px;
    color: white;
  }
  .footer_desc h1 {
    font-weight: normal;
    font-size: 6px;
    color: white;
  }
  .service h1 {
    margin-top: 100px !important;
    margin-bottom: 15px;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
  }
  .service_adj {}
  .service_adjust {
    padding: 0px !important;
    margin: 0px !important;
  }
  .service_right {
    text-align: right;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .service_left {
    text-align: left;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .service_adj img {
    width: 80%;
  }
  .thumbnail_adj {
    padding-right: 0px !important;
  }
}
@media screen and (max-width:767px) {
  .top_sp img {
    position: relative;
  }
  .globalMenuSp {
    display: block;
  }
  .top_txt {
    position: absolute;
    top: 200px;
    left: 0px;
    margin-left: 0px !important;
    background-color: rgba(6, 12, 16, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 89px;
    padding-left: 80px;
  }
  .top_txt h1 {
    font-size: 22px;
    font-weight: normal !important;
    color: white;
  }
  .top_txt hr {
    border-top: 2px solid #FFFFFF;
  }
  .top_txt h2 {
    font-size: 10px;
    color: white;
    text-align: center;
  }
}
.top_pc img {
  width: 100%;
}
.info_kameda {
  position: relative;
}
.service_bigtxt {
  background-image: url("img/service_big.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right top;
}



.info_kameda h1 {
  margin-top: 60px !important;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.info_kameda span {
  font-size: 22px !important;
  font-weight: normal !important;
}
.info_kameda p {
  margin-top: 70px;
  padding-right: 150px;
  padding-left: 150px;
  font-size: 16px;
  line-height: 2rem;
}
.bg-gradient1 span, .bg-gradient1:before {
  background: #52A0FD;
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}
.bg-gradient2 span, .bg-gradient2:before {
  background: #44ea76;
  background: linear-gradient(to right, #44ea76 0%, #39fad7 80%, #39fad7 100%);
}
.bg-gradient3 span, .bg-gradient3:before {
  background: #fa6c9f;
  background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
}
.wrapper_fancy {
  margin: 5% auto 0px;
  text-align: center;
  transform-style: perserve-3d;
  perspecive: 800px;
}
@media screen and (max-width:767px){
	.wrapper_fancy {
  margin: 5% auto 0px;
  text-align: center;
  transform-style: perserve-3d;
  perspecive: 800px;
}
}
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
.fancy-button {
  display: inline-block;
  margin: 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.fancy-button:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  filter: blur(20px) brightness(0.95);
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button span {
  font-size: 14px;
  display: inline-block;
  padding: 18px 60px;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button:focus, .fancy-button:active {
  color: #ffffff;
}
.fancy-button:hover {
  color: #ffffff;
}
.fancy-button:hover span {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(0.95);
}
.fancy-button:hover:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
}
.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}
.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  filter: blur(20px);
}
.fancy-button.pop-onhover:hover span {
  transform: scale(1.04);
}
.fancy-button.pop-onhover:hover:active span {
  filter: brightness(1) contrast(1);
  transform: scale(1);
  transition: all 0.15s ease-out;
}
.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}
@media screen and (max-width:767px) {
  .info_kameda {
    text-align: center;
  }
  .info_kameda_big {
    background-image: url("img/kameda_bigtxt.png");
    background-repeat: no-repeat;
    background-size: 350px !important;
    background-position: top left !important;
  }
  .info_kameda h1 {
    margin-top: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .info_kameda span {
    font-size: 16px !important;
    font-weight: normal !important;
  }
  .info_kameda p {
    margin-top: 70px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    font-size: 12px;
    line-height: 2rem;
  }
  .service_sp {
    margin-bottom: 70px
  }
  .service_big {
    position: relative;
  }
  .service_big img {
    position: absolute;
    bottom: 100px;
  }
  .service_sp h1 {
    margin-top: 100px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .career_support {}
  .compliance {}
  .training {}
  .training_pad {
    margin: 30px !important;
  }
  .training_bigtxt {
    background-image: url("img/training_big.png");
    background-repeat: no-repeat;
    background-size: 350px !important;
    background-position: right top;
  }
  .training h1 {
    margin-top: 150px;
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
  }
  .the_thumbnail {
    margin-bottom: 0px !important;
    text-align: center !important;
  }
	.the_thumbnail_blog img{
		width: 90%;
	}
  .the_title {
    font-size: 14px !important;
  }
  .the_time {
    margin-top: 20px !important;
    font-size: 12px;
  }
  .result h1 {
    margin-top: 30px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .result_desc_back {
    padding-top: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 20px !important;
    background-image: url("img/kame_company.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .result_desc {
    padding: 15px;
    line-height: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
	.result_desc ul{
		padding-inline-start:25px!important;
	}
  .result_desc h2 {
    font-size: 13px !important;
    font-weight: bold;
  }
  .result_desc span {
    font-size: 13px !important;
    font-weight: normal !important;
  }
  .result_desc h3 {
    font-size: 11px !important;
  }
  .blog_top {
    margin-top: 60px !important;
  }
  .blog_top h1 {
    text-align: center;
    font-size: 32px !important;
    color: #245DB5;
  }
  .blog_top h2 {
    text-align: center;
    font-size: 10px !important;
    margin-bottom: 60px !important;
  }
  .contact h1 {
    text-align: center;
    font-size: 32px !important;
    color: #245DB5;
  }
  .contact_txt {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    background-color: #245DB5;
  }
  .contact_txt p {
    font-size: 10px !important;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .must {
    color: #fff;
    margin-right: 10px;
    padding: 6px;
    background: #245DB5; /* 背景色 */
  }
  .contact_form_7 {
    margin-top: 60px !important;
    font-size: 12px !important;
  }
  .blog_relative {
    position: relative;
  }
  .the_category {
    position: absolute;
    top: -40px !important;
	  left: -25px;
    text-align: center !important;
    background: #716C6C;
    transform: skew(-15deg);
    border-radius: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 20px !important;
  }
  .the_category a {
    color: white;
    font-size: 10px !important;
  }
  .the_category a:hover {
    text-decoration: none !important;
    color: white;
  }
  .the_thumbnail_blog {
    text-align: center;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .the_time_blog {
    font-size: 10px !important;
  }
  .the_title_blog {
    font-size: 14px !important;
    margin-bottom: 50px !important;
  }
  .wpcf7 .template02 a { /*お問い合わせページ*/
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }
  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25;
  }
  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0 auto !important;
    padding: 0;
    border-top: 1px solid #efe8e5;
  }
  .wpcf7 .template02 div.form__row.row-privacy, .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
  }
  .wpcf7 .template02 p.form__label, .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .wpcf7 .template02 p.form__label { /*右側のバランス*/
    width: 36%;
    font-size: 12px;
    padding: 1.5em 1em;
  }
  .wpcf7 .template02 p.form__body {
    width: 50%;
    margin-left: 10px;
    padding: 1.5em 1em;
  }
  .wpcf7 .template02 div.form__row.row-privacy .form__body, .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }
  .wpcf7 .template02 p.form__label label { /*左側の文字バランス*/
    position: relative;
    margin-left: 30px;
    padding: 0;
    font-size: 12px;
    padding-left: 55px;
    box-sizing: border-box;
  }
  .wpcf7 .template02 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 36px;
    padding: 0 5px;
    background-color: #245DB5;
    color: #fff;
    font-size: 7px;
    text-align: center;
  }
  /* テキストフィールド */
  .wpcf7 .template02 input[type=text], .wpcf7 .template02 input[type=tel], .wpcf7 .template02 input[type=email], .wpcf7 .template02 textarea {
    width: 90% !important;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder, .wpcf7 .template01 input[type=tel]::placeholder, .wpcf7 .template01 input[type=email]::placeholder, .wpcf7 .template01 input[type=url]::placeholder, .wpcf7 .template01 input[type=date]::placeholder, .wpcf7 .template01 input[type=number]::placeholder, .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }
  .wpcf7 .template01 input[type=text]:-ms-input-placeholder, .wpcf7 .template01 input[type=tel]:-ms-input-placeholder, .wpcf7 .template01 input[type=email]:-ms-input-placeholder, .wpcf7 .template01 input[type=url]:-ms-input-placeholder, .wpcf7 .template01 input[type=date]:-ms-input-placeholder, .wpcf7 .template01 input[type=number]:-ms-input-placeholder, .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }
  .wpcf7 .template01 input[type=text]::-ms-input-placeholder, .wpcf7 .template01 input[type=tel]::-ms-input-placeholder, .wpcf7 .template01 input[type=email]::-ms-input-placeholder, .wpcf7 .template01 input[type=url]::-ms-input-placeholder, .wpcf7 .template01 input[type=date]::-ms-input-placeholder, .wpcf7 .template01 input[type=number]::-ms-input-placeholder, .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }
  /* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus, .wpcf7 .template01 input[type=tel]:focus, .wpcf7 .template01 input[type=email]:focus, .wpcf7 .template01 input[type=url]:focus, .wpcf7 .template01 input[type=date]:focus, .wpcf7 .template01 input[type=number]:focus, .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }
  /* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }
  .wpcf7 .template02 input[type=checkbox] + span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }
  .wpcf7 .template02 input[type=checkbox] + span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span {
    color: #6c5d2f;
    transition: all .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span::before {
    opacity: 1;
    border: 1px solid #6c5d2f;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
    background-color: #6c5d2f;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }
  /* ラジオボタン */
  /* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.the_thumbnail {
  margin-bottom: 25px;
  text-align: right;
}
.the_title {
  font-size: 18px;
  text-align: left;
}
.blog_relative {
  position: relative;
}
.the_category {
  position: absolute;
  top: -30px;
  text-align: center !important;
  background: #716C6C;
  transform: skew(-15deg);
  border-radius: 0;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.the_category a {
  color: white;
  font-size: 15px;
}
.the_thumbnail_blog {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.the_thumbnail_blog img{
	width: 100% !important;
	height: 200px !important;
	max-height: 150px;
	object-fit: cover;
}
.the_time_blog {
  font-size: 12px;
}
.the_title_blog {
  font-size: 15px;
}
.the_time {
  font-size: 12px;
  margin-bottom: 20px;
}
.service_pc {
  margin-bottom: 70px
}
.service h1 {
  font-family: Hiragino Mincho Pro;
  margin-top: 200px;
  margin-bottom: 55px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.service_adjust {
  padding: 30px;
  margin: 20px;
}
.career_support {}
.compliance {}
.training {}
.training h1 {
  margin-top: 150px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.training_desc {
  margin-top: 30px;
}
.result {}
.result h1 {
  font-family: Hiragino Mincho Pro;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 80px;
}
.result_desc_back {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
  background-image: url("img/kame_company.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.result_desc {
  font-family: Hiragino Kaku Gothic ProN;
  padding: 30px;
  line-height: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.result_desc h2 {
  font-size: 16px;
  font-weight: bold;
}
.result_desc span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal !important;
}
.result_desc h3 {
  font-size: 16px;
}
.blog_desc {
  text-align: center;
}
.blog_top {
  margin-top: 80px;
}
.blog_top h1 {
  font-family: Athelas;
  text-align: center;
  font-size: 54px;
  color: #245DB5;
}
.blog_top h2 {
  font-family: Hiragino Mincho Pro;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.contact_back {
  background-color: #F2F4F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact {
  margin-top: 50px;
}
.contact h1 {
  font-family: Athelas;
  text-align: center;
  font-size: 54px;
  color: #245DB5;
  margin-bottom: 0px !important;
}
.contact_txt {
  margin-top: 0px !important;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #245DB5;
}
.contact_txt p {
  font-size: 20px;
  text-align: center;
  color: white;
}
.wpcf7 .template02 a { /*お問い合わせページ*/
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0 auto !important;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy, .wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label, .wpcf7 .template02 p.form__body {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label { /*右側のバランス*/
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body, .wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label { /*左側の文字バランス*/
  position: relative;
  margin-top: 6px;
  padding: 0;
  padding-left: 44px;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #245DB5;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text], .wpcf7 .template02 input[type=tel], .wpcf7 .template02 input[type=email], .wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder, .wpcf7 .template01 input[type=tel]::placeholder, .wpcf7 .template01 input[type=email]::placeholder, .wpcf7 .template01 input[type=url]::placeholder, .wpcf7 .template01 input[type=date]::placeholder, .wpcf7 .template01 input[type=number]::placeholder, .wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder, .wpcf7 .template01 input[type=tel]:-ms-input-placeholder, .wpcf7 .template01 input[type=email]:-ms-input-placeholder, .wpcf7 .template01 input[type=url]:-ms-input-placeholder, .wpcf7 .template01 input[type=date]:-ms-input-placeholder, .wpcf7 .template01 input[type=number]:-ms-input-placeholder, .wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder, .wpcf7 .template01 input[type=tel]::-ms-input-placeholder, .wpcf7 .template01 input[type=email]::-ms-input-placeholder, .wpcf7 .template01 input[type=url]::-ms-input-placeholder, .wpcf7 .template01 input[type=date]::-ms-input-placeholder, .wpcf7 .template01 input[type=number]::-ms-input-placeholder, .wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus, .wpcf7 .template01 input[type=tel]:focus, .wpcf7 .template01 input[type=email]:focus, .wpcf7 .template01 input[type=url]:focus, .wpcf7 .template01 input[type=date]:focus, .wpcf7 .template01 input[type=number]:focus, .wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #6c5d2f;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #6c5d2f;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.profile_desc {
  text-align: center !important;
  margin-bottom: 80px;
}
.profile_desc h2 {
  font-family: Athelas;
  font-size: 38px;
  font-weight: bold;
  color: #2A66BF;
}
.profile_desc p {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
}
.profile {
  margin-top: 50px;
  margin-left: 150px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.profile_img {
  background-image: url("img/profile_back.png");
  background-repeat: no-repeat;
  position: absolute;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.profile h1 {
  font-family: Hiragino Mincho Pro;
  font-size: 26px;
  font-weight: normal;
}
.profile h2 {
  font-family: Athelas;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.profile p {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .head-border {
    margin-top: 50px;
    position: relative;
    display: inline-block;
    padding: 0 70px;
  }
  .head-border:before, .head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #2A66BF;
  }
  .head-border:before {
    left: 0;
  }
  .head-border:after {
    right: 0;
  }
  .profile_desc {
    text-align: center !important;
    margin-bottom: 50px;
  }
  .profile_desc h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2A66BF;
  }
  .profile_desc p {
    font-size: 9px;
  }
  .profile {
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 60px;
  }
  .profile_img {
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile h1 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
  }
  .profile h2 {
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .profile p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px;
  }
  .kameda_info {}
  .timeline {
    line-height: 1.5em;
    font-size: 14px;
    transition: all 0.4s ease;
    position: relative;
    counter-reset: section;
  }
  .timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #707070;
    position: absolute;
    top: 0;
    left: -4em;
    border-radius: 40px 40px;
  }
  .timeline--entry {
    position: relative;
    background-color: #eeeeee;
  }
  .timeline--entry__title {
    color: white;
    background-color: #245DB5;
    font-weight: 300;
    font-size: 10px !important;
    padding: 1em;
  }
  .timeline--entry__title:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -1em;
    border-right: 10px solid #245DB5;
  }
  .timeline--entry__detail {
    font-family: Hiragino Kaku Gothic ProN;
    background-color: #dddddd;
    padding: 1em;
    font-size: 10px !important;
    margin: 0;
  }
  .timeline--entry:before {
    content: "";
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: black;
    border: 0.2em solid white;
    border-radius: 50%;
    position: absolute;
    counter-increment: section;
    text-shadow: 0 1px 0 #424242;
    left: -4.5em;
  }
}
/*media queries*/
/* - &:nth-child(1) {
			 grid-area: entry1;
		 }
   - useful timesaver if there is a lengthy list
*/
.timeline {
  line-height: 1.5em;
  font-size: 14px;
  transition: all 0.4s ease;
  position: relative;
  counter-reset: section;
}
.timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #707070;
  position: absolute;
  top: 0;
  left: -3.2em;
  border-radius: 40px 40px;
}
.timeline--entry {
  position: relative;
  background-color: #eeeeee;
}
.timeline--entry__title {
  font-family: Hiragino Mincho Pro;
  color: white;
  background-color: #245DB5;
  font-weight: 300;
  font-size: 15px;
  padding: 1em;
}
.timeline--entry__title:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -1em;
  border-right: 10px solid #245DB5;
}
.timeline--entry__detail {
  background-color: #dddddd;
  padding: 1em;
  font-size: 14px;
  margin: 0;
}
.timeline--entry:before {
  content: "";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  background-color: black;
  border: 0.2em solid white;
  border-radius: 50%;
  position: absolute;
  counter-increment: section;
  content: counter(section);
  text-shadow: 0 1px 0 #424242;
  left: -4.5em;
}
@media (min-width: 767px) {
  .timeline {
    display: grid;
    grid-gap: 4.75em;
    grid-template-areas: ".  entry1""entry2  ."". entry3""entry4 ."". entry5";
    margin-left: 50px;
  }
  .timeline:before {
    left: 48.5%;
  }
  .timeline--entry:nth-child(1) {
    grid-area: entry1;
  }
  .timeline--entry:nth-child(2) {
    grid-area: entry2;
  }
  .timeline--entry:nth-child(3) {
    grid-area: entry3;
  }
  .timeline--entry:nth-child(4) {
    grid-area: entry4;
  }
  .timeline--entry:nth-child(5) {
    grid-area: entry5;
  }
  .timeline--entry:nth-of-type(odd):before {
    left: -3.92em;
  }
  .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
    left: 100%;
    border-left: 10px solid #245DB5;
    border-right: 0;
  }
  .timeline--entry:nth-of-type(even):before {
    left: 103%;
  }
}
.result_img {}
.result_img img {
  width: 100%;
}
.result_info {}
.result_info p {
  font-family: Hiragino Kaku Gothic ProN;
  margin-top: 70px;
  font-size: 17px;
}
.result_boxdesign {}
.result_boxdesign p {
  font-size: 15px;
}
.result_boxdesign img {
  position: absolute;
  bottom: -13px;
  left: -60px;
}
.result_boxdesign h1 {
  font-family: Hiragino Kaku Gothic ProN;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #90B1E5;
  font-size: 20px;
}
.result_boxdesign li {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 15px;
}
.service_h1box {}
.service_h1box h1 {
  font-family: Hiragino Kaku Gothic ProN;
  text-align: center;
  margin-top: 80px;
  color: white;
  margin-bottom: 0px !important;
  background-color: #245DB5;
  transform: skew(-15deg);
  border-radius: 0;
  font-size: 18px;
  padding: 15px;
}
.service_boxdesign {
  border: solid 1px #245DB5;
  padding: 50px;
}
.service_boxdesign p {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
}
.service_h2box h2 {
  font-family: Hiragino Kaku Gothic ProN;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #DFE4EB;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .result_img img {
    width: 100%;
  }
  .result_info {
    padding: 30px;
  }
  .result_info p {
    margin-top: 20px;
    font-size: 12px;
  }
  .result_boxdesign {}
  .result_boxdesign p {
    font-size: 15px;
  }
  .result_boxdesign img {
    position: absolute;
    bottom: -13px;
    left: -30px;
  }
  .result_boxdesign h1 {
    position: relative;
    margin: 20px auto 30px;
    padding-right: 20px;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #90B1E5;
    font-size: 18px;
    width: 300px;
  }
  .result_boxdesign li {
    font-size: 13px;
  }
  .service_adj {
    margin-right: 30px;
    margin-left: 30px;
  }
  .service_h1box h1 {
    text-align: center;
    margin-top: 80px;
    color: white;
    background-color: #245DB5;
    margin-bottom: 0px !important;
    background-color: #245DB5;
    transform: skew(-15deg);
    border-radius: 0;
    font-size: 14px;
    padding: 15px;
  }
  .service_boxdesign {
    border: solid 1px #245DB5;
    padding: 25px;
  }
  .service_boxdesign p {
    font-size: 11px;
  }
  .service_h2box h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 15px !important;
    padding-bottom: 15px;
    padding-left: 0px !important;
    background-color: #DFE4EB;
    text-align: center;
    font-size: 11px;
  }
  .archive_adj {
    margin-top: 25px !important;
    margin-left: 20px !important;
  }
  .archive_desc {
    margin-bottom: 30px !important;
  }
  .link_archive a {
    color: black !important;
  }
  .link_archive a:hover {
    text-decoration: none;
  }
  .time_archive {
    margin-top: 30px !important;
    font-size: 9px !important;
  }
  .time_archive a {
    color: black;
  }
  .time_archive a:hover {
    text-decoration: none;
    color: #245DB5;
  }
  .title_archive {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
  .title_archive a {
    color: black;
  }
  .title_archive a:hover {
    color: #245DB5;
    text-decoration: none;
  }
  .archive_hr {
    display: none;
    border: 1px solid #D4E0F2;
    ;
  }
}
.single_back {
  padding-top: 80px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  background-color: #E2DDDD;
  text-align: center;
}
.single_thumbnail {
  text-align: center;
}
.single_time {
  font-size: 12px;
  color: white;
  background: black;
  transform: skew(-15deg);
  border-radius: 0;
  text-align: center;
	width: 30%;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.single_time {
  font-size: 12px;
  color: white;
  background: black;
  transform: skew(-15deg);
  border-radius: 0;
  text-align: center;
	width: 30%;
	margin: 0 auto;
}
}
hr.hr_title {
  margin-top: 50px;
  border: solid 1px #245DB5;
}
hr.hr_desc {}
hr.hr_content {}
.site-main_single h1 {
  font-size: 26px;
  border-top: solid 2px #245DB5;
  border-bottom: solid 2px #245DB5;
  padding: 15px 0;
  margin-bottom: 30px;
}
.site-main_single h2 {
  font-size: 22px;
  border-left: solid 10px #245DB5;
  background-color: #EBF3FF;
  padding: 10px 0 10px 15px;
}
.site-main_single h3 {
  font-size: 22px;
  border-bottom: double 4px #245DB5;
  padding-bottom: 10px;
}
.site-main_single h4 {
  font-size: 22px;
  border-left: dotted 30px #245DB5;
  padding: 0px 0 0 15px;
}
.single_content {
  font-size: 18px;
}
.back_number {
  margin-top: 50px;
  text-align: center;
}
.back_number a {
  color: #245DB5;
  font-size: 14px;
  border: 1px solid #245DB5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
}
.back_number a:hover {
  text-decoration: none;
  color: #245DB5;
  font-size: 14px;
  border: 1px solid #245DB5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
}
.archive_adj {
  margin-top: 50px;
}
.link_archive a {
  color: black !important;
}
.link_archive a:hover {
  text-decoration: none;
}
.time_archive {
  font-family: Hiragino Kaku Gothic ProN;
  margin-top: 50px;
  font-size: 12px;
}
.time_archive a {
  color: black;
}
.time_archive a:hover {
  text-decoration: none;
  color: #245DB5;
}
.title_archive {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 18px;
}
.title_archive a {
  color: black;
}
.title_archive a:hover {
  color: #245DB5;
  text-decoration: none;
}
.archive_hr {
  border: 1px solid #D4E0F2;
  ;
}
.enterprise_top {}
.enterprise_top h1 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center !important;
  font-weight: normal;
  font-size: 28px;
  color: #2A66BF;
  text-decoration: underline;
  text-decoration-color: #245DB5;
}
.enterprise_top p {
  font-size: 18px;
}
.ent_menu {
  margin-top: 40px;
  text-align: center;
  padding: 10px;
  border: solid 2px #245DB5;
}
.ent_1 {
  font-size: 18px;
  font-weight: bold;
}
.ent_2 {
  font-size: 10px;
}
.menu_desc {
  margin-top: 20px;
}
.menu_desc li {
  font-size: 14px;
}
.feature {}
.feature h1 {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #245DB5;
}
.feature span {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
}
.main_kouen {
  margin-top: 50px;
  background-image: url("img/main_kouen.png");
  background-repeat: no-repeat;
  background-size: 1500px;
  padding: 30px;
}
.main_kouen h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.kouen_desc p {
  font-size: 16px;
  padding: 30px;
}
.effect h1 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #245DB5;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
  text-decoration-color: #245DB5;
  text-align: center;
}
.career_help {
  border: solid 1px #245DB5;
  margin-bottom: 30px;
}
.career_help h1 {
  position: relative;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: white;
  background: #245DB5;
}
.career_help h1::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #245DB5;
  border-width: 15px;
  margin-left: -15px;
}
.career_help img {
  margin-left: 10px;
}
.career_help p {
  margin-top: 1rem;
  padding: 10px;
  font-size: 16px;
}
.todo_desc {
  margin-top: 30px;
  margin-left: 80px !important;
}
@media screen and (max-width:767px) {
  .enterprise_top {}
  .enterprise_top h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 22px !important;
    color: #2A66BF;
  }
  .enterprise_top p {
    font-size: 14px !important;
    padding: 30px !important;
  }
  .ent_1 {
    font-size: 14px;
    font-weight: bold;
  }
  .ent_2 {
    font-size: 8px;
  }
  .ent_menu {
    margin-top: 20px !important;
    text-align: center;
    border: solid 2px #245DB5;
  }
  .ent_menu h1 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .ent_menu span {
    font-size: 8px !important;
  }
  .menu_desc {
    margin-top: 20px;
  }
  .menu_desc li {
    font-size: 12px !important;
  }
  .feature {}
  .feature h1 {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
    font-size: 14px !important;
    background: #245DB5;
  }
  .feature span {
    display: inline-block;
    padding: 20px;
    font-size: 12px !important;
  }
  .main_kouen {
    margin-top: 50px;
    background-image: url("img/main_kouen.png");
    background-repeat: no-repeat;
    background-size: 1500px;
    padding: 30px;
  }
  .main_kouen h1 {
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
  }
  .kouen_desc p {
    font-size: 13px !important;
    padding: 30px;
  }
  .effect h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #245DB5;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #245DB5;
    text-align: center;
  }
  .career_help {
    border: solid 1px #245DB5;
    margin-bottom: 30px;
  }
  .career_help h1 {
    text-align: center;
    padding: 10px;
    font-size: 16px !important;
    color: white;
    background: #245DB5;
  }
  .career_help img {
    margin-left: 10px;
  }
  .career_help p {
    margin-top: 25px;
    padding: 10px;
    font-size: 14px !important;
  }
  .career_adj {
    margin-left: 35px;
  }
  .todo_desc {
    margin-top: 30px;
    margin-left: 0px !important;
  }
  .todo_desc li {
    font-size: 13px;
  }
}
.oerabi_top {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.oerabi_top {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
}
.btn_margin {
  margin: 0 auto 100px;
  width: 85%;
  padding: 20px;
}
.btn_front {
  text-align: center;
  border: solid 3px #245DB5;
  border-radius: 10px;
  padding: 20px;
  width: 30%;
}
.btn_front:hover {
  background: #C1D1EB;
  text-decoration: none;
}
.btn_front .txt1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}
.btn_front img {
  width: 35%;
  margin: 0 auto;
}
.btn_img {
  margin: 0 0px !important;
}
.btn_front .txt2 {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: black;
}
.btn_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 80%;
}
@media screen and (max-width:767px) {
  .btn_front {
    text-align: center;
    border: solid 3px #245DB5;
    border-radius: 10px;
    padding: 20px;
 margin-bottom: 30px;
  }
  .btn_front:hover {
    background: #C1D1EB;
    text-decoration: none;
  }
  .btn_front .txt1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: black;
    margin-bottom: 20px;
  }
  .btn_front img {
    width: 25%;
    margin: 0 auto;
  }
  .btn_img {
    margin: 0 0px !important;
  }
  .btn_front .txt2 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: black;
  }
  .btn_box {
    display:block;

    margin: 0 auto 30px;
    width: 80%;
  }
	.service_adjust .col-6{
		padding-right: 5px!important;
		padding-left: 5px!important;
	}
	.blog_col .col-6{
		padding-right: 5px!important;
		padding-left: 5px!important;
	}
	.blog_col{
		width: 95%;
		margin: 0 auto !important;
	}
	.blog_row .row{
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	.contact .row{
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	.topimg{
		width: 100%;
	}
}

/*header_dropdown*/

li.has-child ul{
    /*絶対配置で位置を指定*/
  position: absolute;
  left:-30px;

  top:40px;
  z-index: 4;
    /*形状を指定*/
  background:#245DB5;
  width:130px;
	height: 90px;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
	padding-inline-start:0px!important;
}
li.has-child:hover > ul,
li.has-child ul li:hover > ul,
li.has-child:active > ul,
li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}

li.has-child ul li:last-child a{
  border-bottom:none;
}

li.has-child ul li a:hover,
li.has-child ul li a:active{
  background:#3577CA;
}
ul.ul_child{
	display: block!important;
}
li.child-sp{
	background: #245DB5;
}

.archive_thumb img{
	width: 100% !important;
	height: 200px !important;
	max-height: 150px;
	object-fit: cover;
}
@media screen and (max-width:767px){
	.front_news_width{
	width: 85%;
	margin: 0 auto;
}
}
