@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** base color
******************************************************************************
----------------------------------------------------------------------------*/
/*--ふくおかBizのページで使用されているメディアクエリのまとめです。scssで利用してください。cssでは使えません！！
@mixin pc_screen_under {
  @media screen and (max-width: 1230px){
    @content;
  }
}
@mixin pc_middle_under {
  @media screen and (max-width: 1200px){
    @content;
  }
}
@mixin pc_to_tablet {
  @media screen and (min-width: 768px) and (max-width: 1199px){
    @content;
  }
}
@mixin tablet_over {
  @media screen and (min-width: 768px){
    @content;
  }
}
@mixin tablet_under {
  @media screen and (max-width: 768px){
    @content;
  }
}
@mixin tablet_to_sp {
  @media screen and (min-width: 599px) and (max-width: 767px) {
    @content;
  }
}
@mixin sp_under {
  @media screen and (max-width: 599px){
    @content;
  }
}


呼び出し方（tablet_underのメディアクエリを呼び出す場合）
@include tablet_under(){
これだけ！この中にcssかいてください
}
-----------------------------------------------------*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.header {
  z-index: 100 !important;
}

figure img {
  display: block;
  margin: auto;
}

.wrapper {
  margin-top: 110px;
}

.main-wrapper {
  width: 100%;
  margin-top: 60px;
}

.daigaku_kokoku_eyecatch {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.daigaku_kokoku_eyecatch .daigaku_kokoku_fig {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: initial;
}
.daigaku_kokoku_eyecatch .daigaku_kokoku_fig img {
  position: relative;
  height: 100%;
  width: auto;
  top: 0;
  margin: initial;
}
.daigaku_kokoku_eyecatch img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 1230px) {
  .daigaku_kokoku_eyecatch .daigaku_kokoku_fig {
    height: auto;
  }
}
@media screen and (max-width: 1230px) {
  .daigaku_kokoku_eyecatch {
    height: auto;
  }
  .daigaku_kokoku_eyecatch img {
    position: initial;
  }
}
.page-daigaku_kokoku {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 1200px) {
  .page-daigaku_kokoku {
    width: 100%;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

/* ---------------------------------------------------
動画エリア
--------------------------------------------------- */
.movie_area {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  iframe {
    width: 365px;
    height: 260px;
  }
}
/* ---------------------------------------------------
お悩みエリア
--------------------------------------------------- */
.worry_area {
  margin: 80px 0;
}

.worry_title {
  position: relative;
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.worry_title span {
  position: relative;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .worry_title {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .worry_title span {
    font-size: 24px;
  }
}
.worry_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .worry_items {
    flex-direction: column;
  }
}
.worry_item {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 300px;
  margin: 0 30px 40px 0;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  background-color: #dde3f8;
  color: #333333;
  font-size: 18px;
}
.worry_item::before {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  background-color: #dde3f8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

@media screen and (max-width: 767px) {
  .worry_item {
    margin: 20px auto;
  }
}
.worry_image {
  text-align: center;
}
.worry_image img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .worry_image img {
    width: 90%;
  }
}
/* ---------------------------------------------------
お悩み解決
--------------------------------------------------- */
.digital_content_area {
  margin: 80px 0;
}

.digital_content_image {
  text-align: center;
}
.digital_content_image img {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .digital_content_image img {
    width: 95%;
  }
}
/* ---------------------------------------------------
特徴
--------------------------------------------------- */
.point_area {
  margin: 80px 0;
}

.point_title {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point_title {
    font-size: 21px;
  }
}
.point_items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .point_items {
    flex-direction: column;
  }
}
.point_item {
  background: #fafafa;
  width: 100%;
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 7px 7px 0px 0 #f3f3f2;
  width: 22%;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .point_item {
    width: 90%;
    margin: 10px auto;
  }
}
.point_item_number {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
  background: none;
  font-size: 28px;
  padding: 0;
  line-height: 1;
}

.point_item_title {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-top: 18px;
  letter-spacing: 0.1rem;
  font-size: 23px;
}

.point_title span {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point_title span {
    display: inline-block;
  }
}
.point_item_image_2, .point_item_image_3 {
  margin-top: 25px;
}

.point_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 20px;
}
.point_text span {
  font-size: 37px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #ffd700;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .point_text {
    font-size: 23px;
    letter-spacing: 2px;
  }
  .point_text span {
    font-size: 34px;
  }
}
/* ---------------------------------------------------
広告エリア
--------------------------------------------------- */
.kokoku_area {
  margin: 50px 0 80px;
}

@media screen and (max-width: 767px) {
  .kokoku_area {
    margin: 50px 0 70px 0;
  }
}
.kokoku_items {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kokoku_items {
    max-width: 700px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.kokoku_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: normal;
  border-radius: 100%;
  color: #fff;
  background-color: #fcc800;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kokoku_item {
    width: 110px;
    height: 110px;
    margin: 5px;
  }
}
.kokoku_images, .kokoku_lists {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .kokoku_images {
    flex-direction: column;
    margin: 50px 20px;
  }
  .kokoku_image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kokoku_lists {
    flex-direction: column;
    margin: 20px;
  }
  .kokoku_image {
    margin-bottom: 30px;
  }
}
.kokoku_list {
  width: 22%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kokoku_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.kokoku_list_txt {
  font-size: 21px;
  text-align: center;
  background: linear-gradient(transparent 55%, #dbd9d9 30%);
  margin-bottom: 20px;
  font-weight: bold;
}

.kokoku_list_txt2 {
  margin-top: 20px;
  font-weight: bold;
}

.kokoku_list_img {
  width: 75%;
}

.kokoku_jisseki_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .kokoku_jisseki_pc {
    display: none;
  }
  .kokoku_jisseki_sp {
    display: block;
  }
}
/* ---------------------------------------------------
SNS広告代行エリア
--------------------------------------------------- */
.sns_kokoku_area {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_area {
    margin: 50px 10px;
  }
}
.sns_title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #14346c;
  border-radius: 10px;
  padding: 5px 15px;
}

@media screen and (max-width: 767px) {
  .sns_title {
    text-align: center;
    font-size: 8vw;
  }
}
.sns_kokoku_lists {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_lists {
    max-width: 700px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.sns_kokoku_list {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #fcc800;
  padding: 5px 20px;
  border-radius: 25px;
  width: 210px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_list {
    font-size: 19px;
    padding: 5px 10px;
    width: 155px;
    margin-bottom: 20px;
  }
}
.sns_kokoku_items {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_items {
    flex-direction: column;
  }
  .sns_kokoku_item {
    margin-bottom: 60px;
  }
  .sns_kokoku_item img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
}
.sns_kokoku_text {
  margin: 10px 0;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 12px;
}
.sns_kokoku_text span {
  color: #fff;
  background: #14346c;
  margin-left: 30px;
  padding: 5px 12px;
  border-radius: 10px;
}

.sns_kokoku_text2 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_text {
    text-align: center;
  }
  .sns_kokoku_text2 {
    margin-top: 20px;
    font-size: 16px;
    padding: 5px 12px;
    text-align: center;
  }
}
.sns_kokoku_price {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.sns_kokoku_price span {
  font-size: 30px;
}
.sns_kokoku_price .zei {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .sns_kokoku_price {
    font-size: 50px;
    line-height: 0.5;
  }
}
/* ---------------------------------------------------
SNS代行制作エリア
--------------------------------------------------- */
.sns_seisaku_lists {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_lists {
    max-width: 700px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.sns_seisaku_list {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background: #fcc800;
  padding: 5px 20px;
  border-radius: 25px;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_list {
    font-size: 19px;
    padding: 5px 10px;
    width: 155px;
    margin-bottom: 20px;
  }
}
.sns_seisaku_items {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_items {
    flex-direction: column;
  }
  .sns_seisaku_item {
    margin-bottom: 60px;
  }
  .sns_seisaku_item img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
}
.sns_seisaku_text {
  margin: 10px 0;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 12px;
}
.sns_seisaku_text span {
  color: #fff;
  background: #14346c;
  margin-left: 30px;
  padding: 5px 12px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_text {
    text-align: center;
  }
}
.sns_seisaku_price {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.5px;
}
.sns_seisaku_price span {
  font-size: 30px;
}
.sns_seisaku_price .zei {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_price {
    font-size: 48px;
    line-height: 0.5;
  }
}
.sns_seisaku_area {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .sns_seisaku_area {
    margin: 50px 10px;
  }
}
/* ---------------------------------------------------
フォロワーアップエリア
--------------------------------------------------- */
.followerup_area {
  margin: 50px 5px;
}

.followerup_text {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.fukidashi {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .fukidashi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .followerup_text {
    text-align: center;
    font-size: 21px;
    margin-top: 20px;
  }
}
.followerup_text2 {
  font-size: 21px;
  font-weight: bold;
  padding: 5px 12px;
}

@media screen and (max-width: 767px) {
  .followerup_text2 {
    text-align: center;
  }
}
.followerup_lists {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .followerup_lists {
    max-width: 700px;
    flex-direction: column;
  }
}
.followerup_list {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #fcc800;
  padding: 5px 20px;
  border-radius: 25px;
  width: 260px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .followerup_list {
    font-size: 21px;
    padding: 5px 10px;
    width: 220px;
    margin: 10px auto;
  }
}
.followerup_items {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .followerup_items {
    flex-direction: column;
  }
}
.followerup_img {
  width: 23%;
  text-align: center;
}
.followerup_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .followerup_img {
    width: 75%;
    margin: 0 auto;
  }
}
.followerup_text_area {
  flex-direction: column;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .followerup_text_area {
    width: 100%;
  }
}
.followerup_price {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
.followerup_price span {
  font-size: 30px;
}
.followerup_price .zei {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .followerup_price {
    text-align: center;
    font-size: 44px;
    line-height: 1;
  }
}
.followerup_text3 {
  margin: 20px 0 0 60px;
}

@media screen and (max-width: 767px) {
  .followerup_text3 {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
/* ---------------------------------------------------
Web拡散プラン
--------------------------------------------------- */
.kakusan_area {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .kakusan_area {
    margin: 50px 10px;
  }
}
.sub_title {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
.sub_title span {
  background: linear-gradient(transparent 10%, #ffd700 10%);
}

@media screen and (max-width: 767px) {
  .sub_title {
    font-size: 22px;
  }
}
.kakusan_items {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .kakusan_items {
    flex-direction: column;
  }
}
.kakusan_item {
  text-align: center;
  width: 30%;
}
.kakusan_item img {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .kakusan_item {
    width: 90%;
    margin: 50px auto;
  }
}
.kakusan_plan {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 60%, #ffd700 60%);
  display: inline-block;
  margin: 30px 0;
  line-height: 1;
}

.kakusan_plan_list {
  text-align: left;
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #455a64;
  width: 270px;
  margin: 0 auto;
}
.kakusan_plan_list ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.kakusan_plan_list ul li {
  margin: 0 !important;
  padding: 0.3em 0.3em 0.3em 0 !important;
  list-style-type: none !important;
}

.kakusan_plan_list_title {
  position: absolute;
  top: -0.75em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #fafafa;
  color: #14346c;
  font-weight: 600;
  font-size: 18px;
}

.kakusan_price {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.kakusan_price span {
  font-size: 30px;
}
.kakusan_price .zei {
  font-size: 18px;
}

.kakusan_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}
.kakusan_text span {
  display: inline-block;
  font-size: 37px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #ffd700;
  display: inline-block;
  margin: 0 10px;
}
.kakusan_text span:nth-child(3) {
  margin-left: 0;
}

/* ---------------------------------------------------
Web制作見積
--------------------------------------------------- */
.mitsumori_area {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .mitsumori_area {
    margin: 70px 10px 50px 10px;
  }
}
.mitsumori_text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mitsumori_text {
    flex-direction: column;
    text-align: center;
  }
}
.mitsumori_text_web {
  font-size: 50px;
  color: #328b83;
  font-weight: bold;
  position: relative;
  margin-left: 80px;
}
.mitsumori_text_web::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 50px;
  background-image: url(../img/daigaku_kokoku/yellow.png);
  background-size: contain;
  vertical-align: middle;
  left: -80px;
  top: 19px;
}

@media screen and (max-width: 767px) {
  .mitsumori_text_web {
    font-size: 38px;
    margin-left: 10px;
  }
  .mitsumori_text_web::before {
    left: 17px;
    top: 10px;
  }
}
.mitsumori_text_price {
  font-size: 50px;
  color: #328b83;
  font-weight: bold;
}
.mitsumori_text_price span {
  font-size: 30px;
}
.mitsumori_text_price .zei {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mitsumori_text_price {
    font-size: 42px;
    color: #328b83;
    font-weight: bold;
  }
  .mitsumori_text_price span {
    font-size: 20px;
  }
  .mitsumori_text_price .zei {
    font-size: 14px;
  }
}

.mitsumori_link {
  color: #328b83;
}
.mitsumori_link a {
  font-size: 28px;
  color: #328b83;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .mitsumori_link a {
    font-size: 16px;
    color: #328b83;
  }
}
/* ---------------------------------------------------
SNS資格保持
--------------------------------------------------- */
.sns_shikaku {
  margin: 80px 0;
}

.sns_shikaku_title {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns_shikaku_title {
    font-size: 6vw;
  }
}
.sns_shikaku_items {
  margin-bottom: 60px;
}

.sns_shikaku_item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.SNS_shikaku_item_image {
  width: 8%;
}

@media screen and (max-width: 767px) {
  .SNS_shikaku_item_image {
    width: 20%;
  }
}
.sns_shikaku_item_text {
  width: 48%;
  margin-left: 20px;
}
.sns_shikaku_item_text span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sns_shikaku_item_text {
    width: 57%;
  }
}
.sns_shikaku_list {
  text-align: center;
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #455a64;
  width: 710px;
  margin: 0 auto;
}
.sns_shikaku_list ul {
  list-style-type: disc;
  display: flex;
  justify-content: space-around;
  margin: 50px 0 0;
}
.sns_shikaku_list ul li {
  margin: 0 !important;
  padding: 0.3em 0.3em 0.3em 0 !important;
  list-style: none !important;
}

@media screen and (max-width: 767px) {
  .sns_shikaku_list {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sns_shikaku_list ul {
    margin: 90px 37px 0 0;
    flex-direction: column;
  }
}
.sns_shikaku_text {
  position: absolute;
  top: -0.75em;
  left: 100px;
  padding: 0 0.5em;
  background-color: #fafafa;
  color: #455a64;
  font-weight: 600;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .sns_shikaku_text {
    font-size: 18px;
    width: 300px;
    left: 23px;
  }
}
/* ---------------------------------------------------
広報PR
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pr_area {
    margin: 10px;
  }
}
.pr_text {
  font-size: 27px;
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
  color: #14346c;
  font-weight: bold;
}
.pr_text span {
  font-size: 42px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pr_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pr_text span {
    font-size: 34px;
  }
}

hr {
  margin: 30px auto !important;
}

@media screen and (max-width: 767px) {
  hr {
    width: 350px;
  }
}
section {
  padding: 0;
}

#page_contact {
  position: fixed;
  left: 10px;
  top: 80vh;
  z-index: 60;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1.5px #14346c;
  border-radius: 100%;
  font-size: 1.2rem;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 1.2;
}
#page_contact span {
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  display: block;
  font-weight: bold;
  color: #455a64;
  line-height: 1.5;
}

/** お問い合わせ **/
.contact {
  padding: 0 !important;
}
.contact form {
  margin-bottom: 0 !important;
}

.daigaku_kokoku_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px clamp(45px, 7.9vw, 145px);
  background: #E8E8E8;
}
.daigaku_kokoku_form .ttl {
  margin-top: 0 !important;
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.daigaku_kokoku_form .ttl.thanks {
  color: #DD001B;
}
.daigaku_kokoku_form .ttl::before {
  display: none;
}
.daigaku_kokoku_form .form {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.daigaku_kokoku_form .form .form_item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #434343;
  font-size: 1.4rem;
  font-weight: 700;
}
.daigaku_kokoku_form .form .form_item label span {
  padding: 2px 10px;
  color: #DD001B;
  font-size: 1.2rem;
  border: 1px solid #DD001B;
  border-radius: 3px;
}
.daigaku_kokoku_form .form .form_item input:not([type=radio]):not([type=submit]):not([type=checkbox]), .daigaku_kokoku_form .form .form_item textarea, .daigaku_kokoku_form .form .form_item select {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
  border: none !important;
  border-radius: 4px;
}
.daigaku_kokoku_form .form .form_item select {
  width: -moz-max-content;
  width: max-content;
}
.daigaku_kokoku_form .form .form_item .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 700;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.daigaku_kokoku_form .form .form_item span[class^=confirm-] {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
}
.daigaku_kokoku_form input[type=submit],
.daigaku_kokoku_form input[type=button] {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 15px;
  background: #DD001B;
  color: #fff;
  border: 1px solid #DD001B;
  border-radius: 50vh;
  transition: all 0.3s ease;
  cursor: pointer;
}
.daigaku_kokoku_form input[type=submit]:hover,
.daigaku_kokoku_form input[type=button]:hover {
  background: #fff !important;
  color: #DD001B;
}
.daigaku_kokoku_form input[type=submit].confirm_button, .daigaku_kokoku_form input[type=submit].back_button,
.daigaku_kokoku_form input[type=button].confirm_button,
.daigaku_kokoku_form input[type=button].back_button {
  display: block;
  width: 190px !important;
  margin: 0 auto;
  padding: 15px !important;
  background: #B2B2B2 !important;
  color: #000;
  border: 1px solid #B2B2B2 !important;
  border-radius: 50vh !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
.daigaku_kokoku_form input[type=submit].confirm_button:hover, .daigaku_kokoku_form input[type=submit].back_button:hover,
.daigaku_kokoku_form input[type=button].confirm_button:hover,
.daigaku_kokoku_form input[type=button].back_button:hover {
  background: #fff !important;
}

.wpcf7 input:not([type=radio]):not([type=submit]):not([type=checkbox]):focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
  background: #fff;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input:checked + span {
  font-weight: 700;
  position: relative;
}

.wpcf7 input:checked + span:after {
  content: "";
  border-radius: 50%;
  border: 3px solid #455a64;
  position: absolute;
  left: 4.5px;
  top: calc(50% - 3px);
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=button]:hover {
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}

.wpcf7 div[role=alert],
.wpcf7 span[role=alert] {
  color: #f44336;
  display: block;
}/*# sourceMappingURL=daigaku_kokoku.css.map */