@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

#main_area {
  margin-top: 75px;
}
@media only screen and (max-width: 1024px) {
  #main_area {
    margin-top: 60px;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width {
    padding: 0 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.cont_width .cont_in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right, .alignright {
  text-align: right;
}

.text_left, .alignleft {
  text-align: left;
}

.text_center, .aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

#pagetop {
  z-index: 999;
}

#main_area {
  position: relative;
}
#main_area .main_btn_top {
  position: fixed;
  bottom: 20px;
  right: 0;
}
#main_area .main_btn_top .btn_top {
  background: #00843d;
  display: block;
  width: 50px;
  height: 80px;
}
#main_area .main_btn_top .btn_top .arrow_top,
#main_area .main_btn_top .btn_top .arrow_right {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 20px;
  height: 20px;
}
#main_area .main_btn_top .btn_top .arrow_top {
  border-top: 1px solid #fff;
  transform: translate(-43%, -50%) rotate(-50deg);
}
#main_area .main_btn_top .btn_top .arrow_right {
  border-right: 1px solid #fff;
  transform: translate(-57%, -50%) rotate(-40deg);
}

/*                カラム
======================================================= */
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
#header.scroll {
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.15);
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
  height: 75px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #header .header_inner {
    height: 60px;
  }
}
#header #hd_logo .logo_inner h1 span {
  display: block;
  width: 190px;
  transition: all 0.5s;
}
#header #hd_logo .logo_inner h1 span img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #header #hd_logo .logo_inner h1 span {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #header #hd_logo .logo_inner h1 span {
    width: 190px;
  }
}
@media only screen and (max-width: 768px) {
  #header #gnavi {
    display: none;
  }
}
#header #gnavi > ul {
  display: flex;
}
#header #gnavi > ul > li {
  position: relative;
  font-size: 12px;
  padding: 0 1em;
}
#header #gnavi > ul > li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  content: "";
  display: block;
  border-left: solid 1px  #231815;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  #header #gnavi > ul > li {
    padding: 0 0.5em;
  }
}
#header #gnavi > ul > li > a, #header #gnavi > ul > li > span {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0.5em;
  color: #231815;
  text-align: center;
}
#header #gnavi > ul > li > a > span, #header #gnavi > ul > li > span > span {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #header #gnavi > ul > li > a, #header #gnavi > ul > li > span {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  #header #head_btn {
    display: none;
  }
}
#header #head_btn .dl_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 22px;
  background-color: #ff3656;
  color: #fff;
  width: 190px;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  #header #head_btn .dl_btn > a {
    width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #head_btn .dl_btn > a {
    width: 150px;
  }
}
#header #head_btn .dl_btn > a:hover, #header #head_btn .dl_btn > a:active {
  text-decoration: none;
}
#header #head_btn .dl_btn > a > span {
  display: block;
  line-height: 1.1;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #header #head_btn .dl_btn > a > span {
    letter-spacing: 0.1em;
  }
}
#header #head_btn .dl_btn > a > span:before {
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url(../media/images/common/btn_icon_header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  #header #head_btn .dl_btn > a > span:before {
    transition: all 0.5s;
  }
  #header #head_btn .dl_btn > a:hover > span:before, #header #head_btn .dl_btn > a:active > span:before {
    transform: translateY(-40%);
    transition: all 0.5s;
  }
}
#header #sp_menu_btn {
  display: none;
  width: auto;
  height: 100%;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  #header #sp_menu_btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header #sp_menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*                sp_menu_btn
======================================================= */
.sp_menu_btn {
  padding: 6px;
}
.sp_menu_btn .sp_btn_cont {
  position: relative;
  display: block;
  height: 26px;
  width: 35px;
  top: 0px;
}
.sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 35px;
  height: 5px;
  right: 0;
  transition: all 0.4s;
  background-color: #00009f;
}
.sp_menu_btn .sp_btn_cont span.border01 {
  top: 0px;
}
.sp_menu_btn .sp_btn_cont span.border02 {
  top: 11px;
}
.sp_menu_btn .sp_btn_cont span.border03 {
  top: 22px;
}
.sp_menu_btn.active .sp_btn_cont span.border01 {
  top: 6px;
  transform: translateY(7px) rotate(45deg);
}
.sp_menu_btn.active .sp_btn_cont span.border02 {
  opacity: 0;
}
.sp_menu_btn.active .sp_btn_cont span.border03 {
  top: 17px;
  transform: translateY(-4px) rotate(-45deg);
}

/*                sp_menu
======================================================= */
#sp_menu {
  display: block;
  position: fixed;
  top: 110%;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  transition: 400ms;
  padding-bottom: 50px;
  color: #ffffff;
  font-size: 93.8%;
  background-color: #01CDEE;
}
@media only screen and (min-width: 1025px) {
  #sp_menu {
    display: none;
  }
}
#sp_menu #sp_menu_area .sp_menu_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .sp_menu_inner {
    max-width: 360px;
  }
}
@media only screen and (max-width: 350px) {
  #sp_menu #sp_menu_area .sp_menu_inner {
    width: 100%;
  }
}
#sp_menu #sp_menu_area #sp_gnavi {
  background-color: #0a32c8;
  padding: 20px;
}
#sp_menu #sp_menu_area #sp_gnavi ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
}
#sp_menu #sp_menu_area #sp_gnavi ul li {
  width: 100%;
  padding: 20px 20px 10px;
  position: relative;
}
#sp_menu #sp_menu_area #sp_gnavi ul li + li {
  margin-top: 10px;
}
#sp_menu #sp_menu_area #sp_gnavi ul li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.5;
}
#sp_menu #sp_menu_area #sp_gnavi ul li > a, #sp_menu #sp_menu_area #sp_gnavi ul li > span {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.2em;
  width: 100%;
  text-decoration: none;
}
#sp_menu #sp_menu_area #sp_menu_info {
  padding: 0 20px 20px;
  background: linear-gradient(#0a32c8, #01CDEE);
}
#sp_menu #sp_menu_area #sp_btns .dl_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 32px;
  background-color: #ff3656;
  color: #fff;
  width: 100%;
}
#sp_menu #sp_menu_area #sp_btns .dl_btn > a:hover, #sp_menu #sp_menu_area #sp_btns .dl_btn > a:active {
  text-decoration: none;
}
#sp_menu #sp_menu_area #sp_btns .dl_btn > a > span {
  display: block;
  line-height: 1.1;
  letter-spacing: 0.2em;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
}
#sp_menu #sp_menu_area #sp_btns .dl_btn > a > span:before {
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 40px;
  transform: translateY(-50%);
  background-image: url(../media/images/common/btn_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#sp_menu #sp_menu_area #sp_menu_logo {
  margin-top: 25px;
}
#sp_menu #sp_menu_area #sp_menu_logo img {
  display: block;
  margin: auto;
}

.sp_menu_open #sp_menu {
  top: 60px;
  z-index: 9999;
  transition: 400ms;
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border01 {
  top: 2px;
  transform: translateY(7px) rotate(45deg);
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
.sp_menu_open header #header #sp_menu_btn .sp_btn_cont span.border03 {
  top: 14px;
  transform: translateY(-4px) rotate(-45deg);
}
.sp_menu_open#sp_menu.scroll {
  top: 60px;
}

/*                sidebar
======================================================= */
/*                content
======================================================= */
.more_btn {
  margin-top: 34px;
  width: 100%;
}
.more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: auto;
  background-color: #00843d;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #00843d;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .more_btn a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #00843d;
  }
}
@media only screen and (max-width: 768px) {
  .more_btn a {
    width: 100%;
  }
}
.more_btn a span {
  display: inline-block;
}

/*                インタビューリンクボタン
======================================================= */
ul.co_list {
  display: flex;
  justify-content: space-between;
}
ul.co_list li {
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  ul.co_list li {
    width: 100%;
  }
}
ul.co_list li > a, ul.co_list li > div {
  display: block;
  position: relative;
  padding: 8px;
  background: linear-gradient(to right, #0a35c9, #00dbf1);
  text-align: center;
  height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  ul.co_list li > a, ul.co_list li > div {
    padding: 6px;
  }
}
ul.co_list li > a .co_inner, ul.co_list li > div .co_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
ul.co_list li > a .co_inner .co_name, ul.co_list li > div .co_inner .co_name {
  padding: 0 20px;
}
ul.co_list li > a .co_inner .co_name h3, ul.co_list li > a .co_inner .co_name h4, ul.co_list li > a .co_inner .co_name p, ul.co_list li > div .co_inner .co_name h3, ul.co_list li > div .co_inner .co_name h4, ul.co_list li > div .co_inner .co_name p {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.12em;
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  ul.co_list li > a .co_inner .co_name h3, ul.co_list li > a .co_inner .co_name h4, ul.co_list li > a .co_inner .co_name p, ul.co_list li > div .co_inner .co_name h3, ul.co_list li > div .co_inner .co_name h4, ul.co_list li > div .co_inner .co_name p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  ul.co_list li > a .co_inner .co_name h3, ul.co_list li > a .co_inner .co_name h4, ul.co_list li > a .co_inner .co_name p, ul.co_list li > div .co_inner .co_name h3, ul.co_list li > div .co_inner .co_name h4, ul.co_list li > div .co_inner .co_name p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  ul.co_list li > a .co_inner .co_name h3, ul.co_list li > a .co_inner .co_name h4, ul.co_list li > a .co_inner .co_name p, ul.co_list li > div .co_inner .co_name h3, ul.co_list li > div .co_inner .co_name h4, ul.co_list li > div .co_inner .co_name p {
    font-size: 18px;
  }
}
ul.co_list li > a .co_inner .co_name h3 > span, ul.co_list li > a .co_inner .co_name h4 > span, ul.co_list li > a .co_inner .co_name p > span, ul.co_list li > div .co_inner .co_name h3 > span, ul.co_list li > div .co_inner .co_name h4 > span, ul.co_list li > div .co_inner .co_name p > span {
  display: inline-block;
}
ul.co_list li > a .co_inner .co_name h3, ul.co_list li > div .co_inner .co_name h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #8080cf;
}
ul.co_list li > a .co_inner .co_description, ul.co_list li > div .co_inner .co_description {
  padding: 20px 12px 0;
}
ul.co_list li > a .co_inner .co_description p, ul.co_list li > div .co_inner .co_description p {
  color: #000;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  ul.co_list li > a .co_inner .co_description p, ul.co_list li > div .co_inner .co_description p {
    font-size: 14px;
    letter-spacing: 0.20em;
  }
}
@media only screen and (max-width: 480px) {
  ul.co_list li > a .co_inner .co_description p, ul.co_list li > div .co_inner .co_description p {
    font-size: 10px;
  }
}
ul.co_list li > a .co_inner .co_description p span .no, ul.co_list li > div .co_inner .co_description p span .no {
  display: none;
}
@media only screen and (max-width: 768px) {
  ul.co_list li > a .co_inner .co_description p span .no, ul.co_list li > div .co_inner .co_description p span .no {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  ul.co_list li > a .co_inner .co_description p span .no, ul.co_list li > div .co_inner .co_description p span .no {
    display: none;
  }
}
ul.co_list li > a:after, ul.co_list li > div:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  transform: rotate(-45deg);
  border-bottom: 14px solid transparent;
  border-top: 14px solid #00dbf1;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
@media only screen and (min-width: 769px) {
  ul.co_list li:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
  }
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image, .detail_cont_area > .wp-block-media-text, .detail_cont_area > .wp-block-audio, .detail_cont_area > .block-editor-block-list__layout, .detail_cont_area > .wp-block-button, .detail_cont_area > .wp-block-button__link, .detail_cont_area > .wp-block-code, .detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 600px) {
  .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}

/*                footer
======================================================= */
footer {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/*                微調整＠20231102
======================================================= */
@media only screen and (max-width: 480px) {
  #ac_interview .container .row .top_title {
    margin-bottom: 20px;
  }
}

/*                各種ファイル読み込み
======================================================= */
.modal_trigger {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .modal_open {
    overflow: hidden;
    height: 100%;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
}
.modal.inline {
  overflow-x: hidden;
}
@media only screen and (max-width: 640px) {
  .modal.inline {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.modal.inline .modal_wrap {
  max-height: 100%;
}
@media only screen and (min-width: 769px) {
  .modal.inline .modal_wrap {
    width: 680px;
  }
}
.modal.inline .modal_wrap .modal_content {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
  .modal.inline .modal_wrap .modal_content {
    padding: 0;
  }
}
.modal.inline .modal_wrap .modal_content .modal_area {
  height: 100%;
}
.modal .modal_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  position: relative;
  padding: 70px 20px 50px;
}
@media only screen and (max-width: 768px) {
  .modal .modal_body {
    padding: 40px 20px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_body {
    padding: 40px 10px 0px;
  }
}
.modal .modal_wrap {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 690px;
  max-height: 489px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 40px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .modal .modal_wrap {
    max-width: 100%;
    width: 100%;
  }
}
.modal .modal_wrap.contact_modal {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .modal .modal_wrap {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px 15px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_close {
  width: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, -100%);
  cursor: pointer;
}
.modal .modal_wrap .modal_content .modal_area .modal_close:before, .modal .modal_wrap .modal_content .modal_area .modal_close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #fff;
}
.modal .modal_wrap .modal_content .modal_area .modal_close:before {
  transform: rotate(-45deg);
}
.modal .modal_wrap .modal_content .modal_area .modal_close:after {
  transform: rotate(45deg);
}
.modal .modal_wrap .modal_content .modal_area .modal_close span {
  display: none;
}

.news_modal {
  font-size: 14px;
}
.news_modal .modal_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom: solid 1px #05c7f8;
}
.news_modal .modal_title h1, .news_modal .modal_title h2, .news_modal .modal_title h3, .news_modal .modal_title > p {
  font-size: 18px;
  color: #05c7f8;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .news_modal .modal_title h1, .news_modal .modal_title > p {
    font-size: 16rem6;
  }
}
.news_modal .head_meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.news_modal .head_meta > span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
.news_modal .modal_detail {
  margin: 1em auto 0;
  display: flex;
  justify-content: center;
}
.news_modal .modal_detail .inner {
  margin: auto;
  max-width: 100%;
  line-height: 1.8;
}
.news_modal .modal_detail p {
  font-size: 14px;
  line-height: 1.8;
}
.news_modal .modal_detail p strong {
  color: #05c7f8;
  font-weight: normal;
}
.news_modal .modal_detail p + p {
  margin-top: 1em;
}
