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

メディアクエリ

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

about

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

company

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

recruit

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

contact

----------------------------------------------------------------*/
.contact_form_container {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

.form_group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.form_group.first_group {
  border-top: 1px solid #000000;
  padding-top: 30px;
}
.form_group:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.form_label_group {
  min-width: 200px;
  flex-shrink: 0;
}

.form_label {
  display: block;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}

.required_badge {
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.5px;
}

.form_input {
  width: 640px;
  letter-spacing: 0px;
}

.form_input,
.form_select,
.form_textarea {
  width: 640px;
  padding: 12px 15px;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  font-family: inherit;
  transition: border-color 0.3s ease;
  letter-spacing: 0px;
}

.form_textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox_group {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.checkbox_label_group {
  min-width: 200px;
  flex-shrink: 0;
}

.checkbox_content_group {
  width: 640px;
}

.checkbox_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox_input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  top: 5px;
}

.submit_button {
  text-align: center;
  background-color: #E60012;
  color: #fff;
  font-weight: 700;
  padding: 15px 70px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 40px auto 0;
  width: 320px;
  transition: 0.4s;
}

.privacy_policy_text {
  border: 1px solid #C5C1C1;
  border-radius: 0;
  padding: 15px;
  height: 200px;
  overflow-y: auto;
}

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

column

----------------------------------------------------------------*/
.news_column_area {
}

.news_column_area_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.news_column_grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.news_column_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news_column_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
}

.news_column_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* .news_column_card:hover .news_column_img img {
  opacity: 0.6;
} */

.news_column_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news_column_title {
  margin: 0;
  text-decoration: none;
  transition: 0.4s ease;
  display: block;
}

.news_column_title:hover {
  opacity: 0.6;
}

.news_column_text {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s ease;
}

.news_column_text:hover {
  opacity: 0.6;
}

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

column list page

----------------------------------------------------------------*/
.column_list_card {
  transition: 0.4s ease;
}

.column_list_card:hover {
  opacity: 0.9;
}

.column_list_img {
  width: 400px;
  aspect-ratio: 4 / 3;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
}

.column_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.column_list_card:hover .column_list_img img {
  opacity: 0.6;
}

.column_list_content {
  flex: 1;
}

.column_list_meta {
  margin-bottom: 15px;
}

.column_list_date {
  font-weight: 600;
}

.column_list_category {
  text-decoration: none;
  display: inline-block;
  transition: 0.4s ease;
}

.column_list_category:hover {
  opacity: 0.8;
}

.column_list_title {
  text-decoration: none;
  transition: 0.4s ease;
}

.column_list_title:hover {
  opacity: 0.6;
}

.column_list_arrow {
  text-decoration: none;
  transition: 0.4s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.column_list_arrow:hover {
  opacity: 0.6;
}

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

single page

----------------------------------------------------------------*/
.blog_single_wrapper {
  overflow: hidden;
}

.blog_single_title_area {
  margin-bottom: 0;
}

.blog_single_content_area {
  margin-bottom: 0;
}
.blog_single_content_area p{
  letter-spacing: 0;
}

.blog_single_btn {
  text-decoration: none;
  transition: 0.4s ease;
}

.blog_single_btn:hover {
  opacity: 0.8;
}

.archive_btn {
  text-decoration: none;
  transition: 0.4s ease;
}

.archive_btn:hover {
  opacity: 0.8;
}

.archive_btn_column {
  transition: background-color 0.4s ease, color 0.4s ease;
}

.archive_btn_column:hover {
  background-color: white !important;
  color: #B2994E !important;
  opacity: 1;
}
.archive_btn_column:hover span{
  color: #B2994E !important;
}

.archive_btn_column span {
  transition: color 0.4s ease;
}
.archive_btn_column .material-symbols-outlined {
  transition: color 0.4s ease;
  color: white;
}

.archive_btn_column:hover .material-symbols-outlined {
  color: #B2994E;
}

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

sub mv (sub page main visual)

----------------------------------------------------------------*/
.sub_mv {
  background: linear-gradient(90deg, #01012F 0%, #0B2977 52%, #01012F 100%);
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
}

.sub_mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/insurance_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.sub_mv_inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.sub_mv_content {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}

.sub_mv_title {
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sub_mv_hr {
  max-width: 200px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sub_mv_subtitle {
  margin-top: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.sub_mv_content_column {
  padding-top: 0;
}


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

column list area

----------------------------------------------------------------*/
.column_list_area {
  background-color: transparent;
}

.column_list_area_inner {
  padding: 0 20px;
}

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

archive page thumbnail

----------------------------------------------------------------*/
.seminar_thumb {
  width: 400px;
  aspect-ratio: 4 / 3;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
}

.seminar_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

news_s_box_txt (single page content styles)

----------------------------------------------------------------*/
.news_s_box_txt p {
  padding: 5px 0;
  word-break: break-all;
  letter-spacing: 0;
}

.news_s_box_txt p::after {
  content: "";
  display: block;
  clear: both;
}

.news_s_box_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.blocks-gallery-item img {
  margin: 0;
}

.news_s_box_txt a {
  color: #0B2977;
  transition: 0.3s;
  font-weight: bold;
}

.news_s_box_txt a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.news_s_box_txt p strong span,
.news_s_box_txt p strong {
  font-weight: bold;
}

.news_s_box_txt .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.news_s_box_txt .alignright {
  float: right;
  margin: 20px 0px 20px 20px;
}

.news_s_box_txt img {
  width: auto;
}

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

.news_s_box_txt img.alignnone {
  display: block;
}

.news_s_box_txt ul li {
  list-style-type: disc;
}

.news_s_box_txt ol li {
  list-style-type: decimal;
}

.news_s_box_txt iframe {
  max-width: 100%;
}

.news_s_box_txt p.has-text-align-center {
  text-align: center;
}

.news_s_box_txt p.has-text-align-right {
  text-align: right;
}

.news_s_box_txt h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: solid 2px #C1CCCC;
  position: relative;
}

.news_s_box_txt h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0B2977;
  bottom: -2px;
  width: 20%;
}

.news_s_box_txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  border-left: solid 5px #0B2977;
  background: #FAFCFF;
  padding-left: 10px;
}

.news_s_box_txt h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 23px;
}

.news_s_box_txt h4:after {
  position: absolute;
  content: "●";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  font-size: 16px;
  color: #0B2977;
}

.news_s_box_txt h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.news_s_box_txt h6 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 100px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.page-numbers,
.wp-pagenavi .current,
.wp-pagenavi .page,
.previouspostslink,
.nextpostslink,
#pagenavi a.last,
#pagenavi a.first {
  border: 1px solid #0B2977 !important;
  background-color: #0B2977;
  padding: 12px 17px;
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  margin: 5px;
}

.previouspostslink:hover,
.nextpostslink:hover,
.wp-pagenavi .page:hover {
  background: #fff;
  border: 1px solid #0B2977 !important;
  color: #0B2977 !important;
}

.wp-pagenavi .current {
  background: #fff;
  color: #0B2977;
}