/*
Theme Name: aoikaiwp
Theme URI: https://
Description: aoikaiwp記事
Version: 1.0
Author: aoikaiwp
Author URI: https://
*/

body{
  line-height: 26px;
  font-size: 16px;
}

header{
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}

#header .con1{
  padding-top: 20px;
  padding-bottom: 20px;
}

.m_fixed{
  width: 100%;
  position: fixed;
}

#header.m_fixed .con1{
  background: rgba(0,0,0,0.2);
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5%;
}

.hd_btn,
.hd_btn a{
  display: none;
}

.m_fixed .hd_btn{
  display: block;
  float: right;
  padding-top: 20px;
}

#logo{
  width: 410px;
  float: left;
  z-index: 10;
  position: relative;
}

#logo img,
#logo2 img{
  height: auto;
  width: 240px;
  padding: 0;
}

#logo img,
#logo2 img{
  height: auto;
  width: 240px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

#logo span,
#logo2 span{
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 10px;
  color: #ffffff;
}

footer{
  position: relative;
  z-index: 2;
}

.ft_info{
  width: 500px;
}

.sitemap{
  padding-left: 500px;
  text-align: right;
}

.sitemap li{
  display: inline-block;
  padding-left: 30px;
}

.sitemap li a{
  color: #ffffff;
  font-size: 13px;
}
/*メインビジュアル*/

.mainvl {
  position: relative;
  width: 100%;
}

.mainflex{
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
  margin-bottom: 50px;
}

.mainvideo{
  width: 72%;
  /*height: 550px;*/
  aspect-ratio: 8/5;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.mainmenu{
  width: 25%;
  height: 100%;
  /*height: 550px;*/
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  justify-content: space-between; /* 上下に等間隔配置 */
}

.mainvideo video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

video {
  pointer-events: none;
}

/*ボタン*/
.btn{
  border-radius: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.btn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  z-index: 1;
  filter: brightness(0.8);
}

.btn:hover .bgimg {
  transform: scale(1.1);
  filter: brightness(1);
}

/* 中央のテキスト */
.btn .c_ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  z-index: 2;
}

/* 右下のラベル */
.btn h2,
.btn .columntxt,
.btn .tags{
  position: absolute;
  z-index: 2;
}

.btn h2 {
  font-size: 0.9rem;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  font-weight: bold;
}

.btn .columntxt {
  font-size: 0.9rem;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-weight: bold;
}

.btn .tags{
  top: 10px;
  left: 10px;
}

.en_ttl {
  font-size: 85px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.ani_txt {
  font-size: 120px;
  line-height: 120px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  color: transparent; /* 塗りを消す */
  -webkit-text-stroke: 2px #ffffff; /* アウトライン（白） */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(100%);
  animation: scrollText 15s linear infinite;
  z-index: 2;
}

@keyframes scrollText {
  0% {
    transform: translateY(-50%) translateX(100%);
  }
  100% {
    transform: translateY(-50%) translateX(-100%);
  }
}

.flex_1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.txt_1{
  flex: .9;
}

.txt_1 h3{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
}

.post1{
  width: 380px;
}

.post1 li,
.post2 li{
  border-top: 1px solid #ffffff;
  padding: 10px;
}

.post1 li:last-child,
.post2 li:last-child{
  border-bottom: 1px solid #ffffff;
}

.post1 h3,
.post2 h3{
  font-size: 1.1rem;
  color: #ffffff;
}

.date{
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.cate_box li{
  font-size: 1rem;
  padding: 0 10px;
  border-left: 1px solid #333333;
  display: inline-block;
}

.cate_box li:first-child{
  padding-left: 0;
  border-left: none;
}

/*ボタン*/
.morebtn a{
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-right: 35px;
  background: url(images/ar2.png) no-repeat right center;
  background-size: 30px;
  font-size: 1.1rem;
  color: #ffffff;
  text-align: right;
  margin-top: 20px;
}

.btn_ar a,
.btn_ar2 a,
.m_fixed .hd_btn a{
  display: block;
  border-radius: 50px;
  padding: 8px 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.btn_ar a{
  border: 2px solid #ffffff;
  color: #ffffff;
  background: url(images/ar1.png) no-repeat 95% center;
  background-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 250px;
}

.m_fixed .hd_btn a{
  color: #333333;
  background: #00ffff url(images/ar1_b.png) no-repeat 93% center;
  background-size: 10px;
  width: 160px;
}

.btn_ar.en a{
  font-size: 30px;
  font-family: "Lato", sans-serif;
}

.btn_entry{
  display: inline-block;
}

.btn_entry a{
  display: block;
  border-radius: 50px;
  font-size: 26px;
  line-height: 40px;
  padding: 15px 30px;
  background: #00ffff;
}


.top_column ul,
.top_recruit ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.top_column li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 15px;
}

.top_recruit li {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
}

.messagetxt{
  font-size: 45px;
  line-height: 70px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 50px;
}

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

.img_2{
  width: 40%;
}

.txt_2{
  flex: .9;
}

.jobpost_list li{
  margin: 10px 0;
}

.job_noslidepost,
.job_slide{
  margin-top: 10px;
}

.multiple-items .slick-track {
  display: flex;
}

.multiple-items .slick-slide {
  display: flex !important;
  height: auto !important;
  padding: 10px 15px;
  box-sizing: border-box;
}

.multiple-items .slick-slide a {
  width: 100%;
}

.job_inr1{
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  padding: 15px 10px;
  border-radius: 15px;
  box-sizing: border-box;
}

.job_noslidepost ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.job_noslidepost li{
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}


.job_inr1 h3{
  color: #001478;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.job_inr2{
  background: #ffffff;
  margin: 0 0 20px;
  padding: 30px;
  border-radius: 15px;
}

.job_inr2 h3{
  color: #001478;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.single_inr{
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
}

.single_inr2{
  background: #ffffff;
  padding: 50px 80px;
  border-radius: 15px;
}

.single_inr3{
  background: rgba(255,255,255,0.8);
  padding: 30px 100px;
  border-radius: 15px;
}

.single_inr2 h2{
  color: #001478;
  width: 100%;
  margin: 5px 0 5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #001478;
}

.single_txt {
  padding: 30px 20px 0;
}

.single_txt h3{
  font-size: 1.1rem;
  border-left: 3px solid #001478;
  padding-left: 5px;
  margin: 10px 0 20px;
}

.single_txt img {
  margin: 30px 0;
  display: block;
}

.jobtype_list li{
  margin: 0;
  padding: 2px 10px 2px 15px;
  position: relative;
  border: none;
  display: inline-block;
}

.jobtype_list li::before{
  content: '●';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #001478;
}

.jobpost_list .jobtype_list{
  display: inline-block;
  padding-right: 5px;
}

.checkmark,
.newmark,
.newmark2,
.tagtxt{
  font-size: 1.2rem;
  line-height: 180%;
  display: inline-block;
}

.checkmark{
  background: #00ffff;
  color: #333333;
  padding: 0 5px;
  margin-right: 10px;
}

.checkmark2{
  background: #00ffff;
  color: #333333;
  font-size: 13px;
  line-height: 24px;
  padding: 0 5px;
  display: inline-block;
}

.newmark{
  color: #ff5a00;
}

.newmark2{
  background: #ff5a00;
  padding: 0 5px;
  color: #ffffff;
}

.tagtxt{
  color: #ffffff;
  margin-right: 10px;
}

.i1,
.i2,
.i3{
  padding: 2px 15px 2px 20px;
}

.i1{
  background: url(images/icon1.png) no-repeat left center;
  background-size: 15px;
}

.i2{
  background: url(images/icon2.png) no-repeat left center;
  background-size: 15px;
}

.i3{
  background: url(images/icon3.png) no-repeat left center;
  background-size: 15px;
}

.i4 a{
  background: url(images/icon4.png) no-repeat right center;
  background-size: 20px;
  color: #29abe2;
  display: inline-block;
  padding: 2px 24px 2px 0;
}

.jobpost_list .i1,
.jobpost_list .i2,
.i_inline .i1,
.i_inline .i3,
.i_inline .i4{
  display: inline-block;
}


/*検索ボックス*/

.searchbox{
  background: rgba(255,255,255,.9);
  border-radius: 10px;
  padding: 25px;
}

.searchbox dl {
  border-bottom: 2px solid #001478;
}

.searchbox dt {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-size: 26px;
  border-top: 2px solid #001478;
  color: #333333;
  padding: 20px 10px;
}

.searchbox dt:first-of-type {
  border-top: none;
}

.searchbox dd {
  padding: 0 10px 30px;
}

.searchbox .toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 30px;
  color: #001478;
}

.searchbox2 dl {
  border-bottom: 2px solid #001478;
  padding-top: 10px;
}

.searchbox2 dt {
  font-size: 1.1rem;
  font-weight: 700;
  border-top: 2px solid #001478;
  color: #333333;
  padding: 10px 0 5px;
}

.searchbox2 dd {
  padding: 0 0 10px;
}

.searchbox2 .toggle-btn2 {
  /*position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 30px;
  color: #001478;*/
  display: none;
}

.check-btn span{
  display: inline-block;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
  border: 1px solid #333333;
  border-radius: 40px;
  background: rgba(255,255,255,.0);
  color: #333333;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  min-width: 100px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.check-btn input[type="checkbox"],
.check-btn2 input[type="checkbox"]{
  display: none; /* input本体を非表示 */
}

.check-btn input[type="checkbox"]:checked + span,
.check-btn input[type="checkbox"]:checked ~ * {
  background: rgba(255,255,255,1);
}

.searchbtn,
.resetbtn{
  display: inline-block;
  margin: 30px 10px 0 0;
}

.searchbtn2,
.resetbtn2{
  display: inline-block;
}

.searchbtn2{
  margin: 20px 0 0 0;
}

.searchbtn button[type="submit"],
.searchbtn2 button[type="submit"]{
	background: rgba(0,20,120,1); 
	background: -moz-linear-gradient(left,  rgba(0,20,120,1) 0%, rgba(0,20,120,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,20,120,1) 0%,rgba(0,20,120,1) 100%);
	background: linear-gradient(to right,  rgba(0,20,120,1) 0%,rgba(0,20,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001478', endColorstr='#001478',GradientType=1 );
	border: none;
  color: #ffffff;
  border-radius: 60px;
  cursor: pointer;
}

.resetbtn button[type="reset"],
.resetbtn2 button[type="reset"]{
	background: none;
	border-bottom: 3px solid #001478;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #001478;
  border-radius: 0px;
  cursor: pointer;
}

.searchbtn button[type="submit"],
.resetbtn button[type="reset"] {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 20px;
	width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

.searchbtn2 button[type="submit"],
.resetbtn2 button[type="reset"] {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 15px;
	width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

.searchbtn button[type="submit"]:hover,
.searchbtn2 button[type="submit"]:hover{
	background: rgba(1,255,255,1); 
	background: -moz-linear-gradient(left,  rgba(1,255,255,1) 0%, rgba(1,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(1,255,255,1) 0%,rgba(1,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(1,255,255,1) 0%,rgba(1,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ffff', endColorstr='#01ffff',GradientType=1 );
  border: none;
  color: #333333;
}

.resetbtn button[type="reset"]:hover,
.resetbtn2 button[type="reset"]:hover {
  color: #01ffff;
  border-bottom: 3px solid #01ffff;
}

/*検索結果post*/

.flexclm{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction : row-reverse;
}

.mainclm{
  width: 75%;
}

.sideclm{
  width: 22%;
}

.sidebox{
  background: #d9dceb;
  border-radius: 15px;
  padding: 20px 15px;
}

.pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px;
  color: #99a1c9;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  transition: background 0.3s;
}

.pagination .page-numbers:hover {
  color: #ffffff;
}

.pagination .current {
  color: #ffffff;
  font-weight: bold;
}

.prev-page,
.next-page{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.prev-page{
  background: url(images/ar1_l.png) no-repeat center center;
  background-size: 10px;
}

.next-page{
  background: url(images/ar1.png) no-repeat center center;
  background-size: 10px;
}

/*各singleページ*/

.subvl{
  position: relative;
  width: 100%;
  height: auto;
}

.subvl2{
  position: relative;
  width: 100%;
  height: 600px;
}

.subimg{
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.subimg img{
  position: absolute;
  max-width: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subtxt{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
}

.ad_box1{
  position: relative;
  margin-top: -150px;
  z-index: 2;
}

.table1 dt:first-of-type,
.table1 dd:first-of-type{
  border-top: none;
}

.table1 dt,
.table1 dd{
  border-top: 2px solid #001478;
  color: #333333;
  padding: 20px 20px;
  box-sizing: border-box;
}

.table1 dt{
  width: 200px;
  float: left;
  clear: left;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.table1 dd{
  margin-left: 200px;
  line-height: 28px;
}

/*コンタクトフォーム*/

.con_form{
  margin: 0 auto;
}

.con_form dl{
  padding-top: 20px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 12px;
	color: #212a70;
	font-weight: bold;
	padding-left: 5px;
}

.form_cell{
  width: 300px;
}

.form_cell3{
  width: 300px;
}

.c1{
  width: 40px;
  text-align: center;
}

.c2{
  width: 110px;
}

.c3{
  width: 80px;
}

.c4{
  width: 90px;
  text-align: center;
}

.form_cell2{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.form_cell2 h4{
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  width: 100px;
  text-align: center;
  padding: 3px 0;
  margin-right: 10px;
}

.f_txt{
  flex: 1;
}

.f_select{
  width: 300px;
}


/********************************************
 * 共通要素
 ********************************************/

.txt_inline{
    display: inline-block;
}

.flexul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}

.tb{
    display: table;
}

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 24px;
}

.txt_n{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.txt_m{
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.txt_b{
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.txt_l{
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.pdl10{
  padding-left: 15px;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 280px;
}

.wid_2{
  width: 300px;
}

.pc_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}

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

.en_ttl {
  font-size: 70px;
  line-height: 85px;
}

}

/*add2025.11.19*/

.btn_ar2 a{
  display: block;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: url(images/ar_dw2.png) no-repeat 95% center;
  background-size: 20px;
  width: 500px;
  line-height: 40px;
  margin: 0 auto;
}

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

.flex_msg{
  flex: .9;
}

.athlete_txt{
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #ffffff;
}

.athlete_box ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.athlete_box li{
  width: 46%;
  margin: 15px 2%;
  text-align: center;
}

.btn_cta{
  width: 90%;
  margin: 0 auto;
}

.btn_cta {
  width: 90%;
  margin: 0 auto;
}

.btn_cta a{
  display: block;
  background: linear-gradient(135deg,  rgba(30,87,153,1) 68%,rgba(0,137,207,1) 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.btn_cta a::before{
  content: '';
  width: 45%;
  height: 100%;
  background: url(images/athlete_ctimg.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cta{
  padding: 50px 7% 50px 52%;
  text-align: center;
}

.ctr_box{
  background: #ffffff;
  padding: 40px 0 20px;
  border-radius: 10px;
}

.ctr_ttl{
  text-align: left;
  width: 90%;
  margin-bottom: 30px;
}

.ctr_f_c{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction : row-reverse;
}

.ctr_f_l,
.ctr_f_r{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ctr_f_l{
  flex-direction : row-reverse;
}

.ctr_img{
  width: 450px;
}

.ctr_f_c .ctr_img{
 padding-right: 30px;
  margin-top: -30px;
}

.ctr_f_l .ctr_img{
 text-align: right;
}

.ctr_txt{
  flex: .9;
  box-sizing: border-box;
  font-size: .9rem;
}

.ctr_f_l .ctr_txt,
.ctr_f_c .ctr_txt{
  padding-left: 50px;
}

.ctr_f_r .ctr_txt{
  padding-right: 50px;
}

.ath_h3{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.ath_pink,
.ath_h3 h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}

.ath_h3 h3 span{
  font-size: 18px;
}

.ath_pink{
  color: #e40779;
  padding-right: 15px;
}

.ath_pink span{
  font-style: italic;
  font-weight: bold;
}

.ath_icon{
  width: 70px;
  padding-right: 15px;
}

.txt_nm{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  
.ctr_f_c{
  align-items: flex-start;
}

.ctr_f_l,
.ctr_f_r{
  align-items: flex-start;
}
  
.ctr_img{
  width: 45%;
}
  
.ath_h3{
  flex-wrap: wrap;
}
.ath_h3 h3{
  width: 100%;
}
}