@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column h4,
.column h1 {
  color: #585656;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}
.column h1 {
  border-bottom: 2px dotted #E1CF92;
}
.column h1:after {
  background-color: #CCB044;
}
.column .main_img {
  margin: 0 0 65px 0;
  padding: 0;
  border-left: none;
  line-height: 0;
}
.column h3 {
  padding-left: 0;
  background: none;
}

.protalk {
  margin: 45px auto 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "halt";
  line-height: 1.5;
  color: #666969;
}
.protalk .pc_vis {
  display: inline-block !important;
}
.protalk .sp_vis {
  display: none !important;
}

.protalk .lead {
  margin-bottom: 70px;
}

.protalk .upper {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 2px solid #CCB044;
}
.protalk .upper:after {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #CCB044;
  content: "";
}

.protalk .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.protalk .profile img {
  margin: 0;
  padding: 0 20px 0 0;
}

.protalk .profile h4 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  color: #CCB044;
}
.protalk .profile h4 span {
  font-size: 0.6em;
}
.protalk .profile .text {
  padding-top: 10px;
}
.protalk .profile .text p {
  margin-bottom: 0;
  font-size: 0.88em;
}
.protalk .profile .text .arrow_s {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 700;
}
.protalk .profile .text .arrow_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #666969;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  content: '';
}
.protalk .profile .text .arrow_s a {
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #00A5DE;
}
.protalk .profile .text .arrow_s a:hover {
  text-decoration: none;
  text-decoration-color: #666969;
}
.protalk .profile .text .annotation {
  margin-bottom: 0;
}

.protalk .lower {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #CCB044;
}
.protalk .lower:before {
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #CCB044;
  content: "";
}

.protalk .contents {
  margin-top: 150px;
}
.protalk .contents .float {
  margin-bottom: 100px;
}
.protalk .contents .float .pc_photo {
  display: inline;
  float: right;
  width: 540px;
  margin-bottom: 10px;
}
.protalk .contents .float .sp_photo {
  display: none;
}
.protalk .contents .float .text {
  padding-top: 55px;
}
.protalk .contents .float::after {
  display: block;
  clear: both;
  content: "";
}
.protalk .contents .float h4 {
  margin-bottom: 35px;
}
.protalk .contents .float h3 {
  margin-bottom: 35px;
  font-size: 1.6em;
  font-feature-settings: normal;
  font-weight: 700;
  line-height: 1.6;
}
.protalk .contents .float .question,
.protalk .contents .float .answer {
  font-feature-settings: "halt";
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.75;
}
.protalk .contents .float .question {
  margin-bottom: 10px;
}
.protalk .contents .float .answer {
  margin-bottom: 20px;
}
.protalk .contents .float .answer + .question {
  margin-top: 30px;
}

.protalk .information {
  position: relative;
  margin: 180px auto 160px;
  padding: 50px 40px 40px 40px;
  background-color: #F0EFE9;
}
.protalk .information:before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 980px;
  height: 67px;
  background: url(protalk_bg01.png) no-repeat center top / 980px 67px;
  content: "";
}
.protalk .information:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 980px;
  height: 2px;
  background: url(protalk_bg02.png) no-repeat center top / 980px 2px;
  content: "";
}
.protalk .information h3 {
  margin-bottom: 10px;
  font-feature-settings: "halt";
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
}
.protalk .information h3 span {
  font-size: 0.8em;
}
.protalk .information p {
  margin-bottom: 0;
  font-feature-settings: "halt";
  font-size: 0.88em;
}
.protalk .information .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.protalk .information .box .left {
  width: 690px;
  margin: 0;
  padding-right: 30px;
}
.protalk .information .box .right {
  width: 180px;
  margin: 0;
}
.protalk .information .box .right p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.2em;
  font-feature-settings: "palt";
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.protalk .information .box .right p:before {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 17px;
  height: 26px;
  background: url(protalk_bg03.png) no-repeat center top / 17px 26px;
  content: "";
}
.protalk .information .box .right p:after {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 17px;
  height: 26px;
  background: url(protalk_bg04.png) no-repeat center top / 17px 26px;
  content: "";
}
.protalk .information .arrow_s {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  font-feature-settings: normal;
  font-weight: 700;
}
.protalk .information .arrow_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #666969;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  content: '';
}
.protalk .information .arrow_s a {
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #00A5DE;
}
.protalk .information .arrow_s a:hover {
  text-decoration: none;
  text-decoration-color: #666969;
}
.protalk .information .annotation {
  font-size: 0.88em;
}

.protalk .present {
  color: #666969;
}
.protalk .present .out_frame {
  background-color: #EFF5F0;
  border: 6px solid #7BAA80;
  margin: 0 0 90px;
  padding: 40px;
}
.protalk .present .out_frame h3 {
  margin-bottom: 30px;
  text-align: center;
}
.protalk .present .out_frame h4 {
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
.protalk .present .out_frame h4 strong {
  color: #BA2C34;
}
.protalk .present .out_frame h4 .large {
  font-size: 1.4em;
}
.protalk .present .out_frame h4 .small {
  font-size: 0.8em;
}
.protalk .present .out_frame .lead {
  font-size: 0.9em;
  margin: 0 40px 30px;
  text-align: center;
}
.protalk .present .out_frame .in_frame {
  background-color: #FFFFFF;
  box-shadow: 9px 9px 0 #7BAA80;
  margin: 0 44px 20px;
  padding: 50px 95px;
}
.protalk .present .out_frame .in_frame .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}
.protalk .present .out_frame .in_frame .box:last-child {
  margin-bottom: 0;
}
.protalk .present .out_frame .in_frame .box .left {
  background-color: #EFF5F0;
  border-radius: 24px;
  margin: 0;
  padding: 0;
  width: 230px;
}
.protalk .present .out_frame .in_frame .box .left p {
  color: #666969;
  font-size: 0.9em;
  font-weight: 800;
  line-height: 1.4em;
  margin: 20px 0 5px;
  padding: 0;
  text-align: center;
}
.protalk .present .out_frame .in_frame .box .left p strong {
  color: #7BAA80;
}
.protalk .present .out_frame .in_frame .box .left p .large {
  font-size: 2.4em;
}
.protalk .present .out_frame .in_frame .box .left p .small {
  font-size: 1.0em;
}
.protalk .present .out_frame .in_frame .box .left img {
  display: block;
  margin: 0 auto 20px;
}
.protalk .present .out_frame .in_frame .box .right {
  width: 340px;
  margin: 0;
}
.protalk .present .out_frame .in_frame .box .right h5 {
  font-size: 1.0em;
  font-weight: 800;
  margin-bottom: 10px;
}
.protalk .present .out_frame .in_frame .box .right p {
  font-size: 0.85em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.protalk .present .out_frame .in_frame .box .right .indent {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.protalk .present .out_frame .in_frame .box .right .notice {
  font-size: 0.8em;
  margin-bottom: 0;
  padding-left: 1.0em;
  padding-right: 0;
  text-indent: -1.0em;
}

.protalk .present .period {
  color: #666969;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.protalk .present .period::before {
  background: url("protalk_bg05.png") no-repeat center center / 27px 42px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 110px;
  width: 27px;
  height: 42px;
}
.protalk .present .period::after {
  background: url("protalk_bg06.png") no-repeat center center / 27px 42px;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 110px;
  width: 27px;
  height: 42px;
}
.protalk .present .period img {
  padding: 0 20px;
  vertical-align: middle;
}

.protalk .present .notice {
  color: #666969;
  margin: 0 auto 40px;
  padding: 0 60px;
}
.protalk .present .notice p {
  font-size: 0.8em;
  margin-bottom: 10px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.protalk .present .notice p strong {
  color: #E1002A;
}
.protalk .present .notice p a {
  color: #00A5DE;
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.protalk .present .notice p a:hover {
  text-decoration: none;
}

.protalk .present .apply_btn {
  margin-bottom: 70px;
}
.protalk .present .apply_btn a {
  background: #FBF182;
  border: 4px solid #2B2B2B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 740px;
  padding: 35px 35px 35px 0;
  color: #313131;
  transition: none;
  font-weight: 600;
  box-shadow: 6px 6px 0 #2B2B2B;
  color: #231815;
  font-size: 1.8em;
  font-weight: 800;
}
.protalk .present .apply_btn a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 2.5rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.protalk .present .apply_btn a:hover {
  background-color: #FAF175;
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}

.protalk .present .apply_end {
  background-color: #F9ED52;
  border: 6px solid #2B2B2B;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 -5px 60px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.protalk .present .apply_end span {
  font-size: 0.75em;
  font-weight: 700;
}

.protalk .present .regist_info {
  border: 5px solid #CCCCCC;
  color: #231815;
  margin: 0 0 50px;
  padding: 50px 20px;
}
.protalk .present .regist_info p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: center;
}
.protalk .present .regist_info p:last-child {
  margin-bottom: 0;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.protalk .present .regist_info p a {
  color: #00A5DE;
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.protalk .present .regist_info p a:hover {
  text-decoration: none;
}
.protalk .present .regist_info .regist_btn_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}
.protalk .present .regist_info .regist_btn_box a {
  border: 4px solid #2B2B2B;
  box-shadow: 6px 6px 0 #2B2B2B;
  color: #231815;
  display: block;
  font-size: 1.1em;
  font-weight: 800;
  padding: 30px 20px 30px 10px;
  transition: none;
  position: relative;
  width: 40%;
  text-align: center;
}
.protalk .present .regist_info .regist_btn_box a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .6rem);
  right: 1.0rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
.protalk .present .regist_info .regist_btn_box a:hover {
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.protalk .present .regist_info .regist_btn_box a:first-child {
  background-color: #F8C166;
}
.protalk .present .regist_info .regist_btn_box a:last-child {
  background-color: #A7CE75;
}

.protalk + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
}
.protalk + .annotation,
.protalk + .common_btn + .annotation,
.protalk + .common_btn + .annotation + .annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.protalk + .common_btn + .annotation {
  margin-bottom: 0;
}



@media screen and (max-width: 767px) {
  .column h4 {
    margin-bottom: 20px;
  }
  .protalk .pc_vis {
    display: none !important;
  }
  .protalk .sp_vis {
    display: inline-block !important;
  }

  .protalk {
    margin-bottom: 70px;
  }
  .protalk .main_img {
    margin: auto -20px 40px;
  }

  .protalk .lead {
    margin: 0 15px 50px;
    font-size: 0.8em;
  }
  .protalk .profile {
    flex-direction: column;
    text-align: center;
  }
  .protalk .profile img {
    margin: 10px auto 20px;
    padding-right: 0;
  }
  .protalk .profile h4 {
    font-size: 1.25em;
    text-align: center;
  }
  .protalk .profile .text p {
    margin: 0 15px 30px;
    font-size: 0.8em;
  }
  .protalk .profile .text p:not([class]) {
    font-feature-settings: normal;
    text-align: left;
  }
  .protalk .profile .text .arrow_s {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.8em;
  }
  .protalk .profile .text .annotation {
    margin: 0 auto 20px;
  }

  .protalk .contents {
    margin-top: 40px;
  }
  .protalk .contents .float {
    margin-bottom: 80px;
  }
  .protalk .contents .float:last-child {
    margin-bottom: 180px;
  }
  .protalk .contents .float .pc_photo {
    display: none;
  }
  .protalk .contents .float .sp_photo {
    display: inline;
    margin: 0 5px 20px;
  }
  .protalk .contents .float h4 {
    margin-bottom: 10px;
    margin-right: -20px;
  }
  .protalk .contents .float h3 {
    margin: 0 5px 35px;
    font-size: 1.05em;
  }
  .protalk .contents .float.section04 h3 {
    margin: 0 5px 10px;
  }
  .protalk .contents .float .question,
  .protalk .contents .float .answer {
    margin: auto 5px;
    font-feature-settings: normal;
    font-size: 0.8em;
  }
  .protalk .contents .float .question {
    margin-bottom: 10px;
  }

  .protalk .information {
    margin: 60px auto 70px;
    padding: 30px 20px 20px 20px;
  }
  .protalk .information:before {
    top: -7.225vw;
    width: 100%;
    background: url(protalk_bg01_sp.png) no-repeat center top / 100% auto;
    padding-top: 7.225vw;
  }
  .protalk .information:after {
    bottom: calc(-0.294vw - 7px);
    width: 100%;
    background: url(protalk_bg02_sp.png) no-repeat center top / 100% auto;
    padding-bottom: 0.294vw;
  }
  .protalk .information h3 {
    font-feature-settings: "palt";
    font-size: 1.05em;
    text-align: left;
  }
  .protalk .information h3 span {
    font-size: 0.7em;
  }
  .protalk .information .box {
    flex-direction: column;
  }
  .protalk .information .box .left {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .protalk .information .box .left p {
    font-feature-settings: "halt";
    font-size: 0.8em;
    text-align: left;
  }
  .protalk .information .box .right {
    width: 200px;
  }
  .protalk .information .box .right img {
    width: 200px;
  }
  .protalk .information .box .right p {
    font-size: 1.2em;
  }
  .protalk .information .arrow_s {
    display: inline-block;
    margin: 10px auto 0;
    font-size: 0.88em;
  }
  .protalk .information .annotation {
      font-size: 0.8em;
  }

  .protalk .present .out_frame {
    border: 4px solid #7BAA80;
    padding: 50px 20px 20px;
  }
  .protalk .present .out_frame h3 img {
    max-width: 200px;
    width: 60%;
  }
  .protalk .present .out_frame h4 {
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
  }
  .protalk .present .out_frame h4 .large {
    font-size: 1.3em;
  }
  .protalk .present .out_frame h4 .small {
    font-size: 0.8em;
  }
  .protalk .present .out_frame .lead {
    font-size: 0.85em;
    margin: 0 0 70px;
    text-align: center;
  }
  .protalk .present .out_frame .in_frame {
    box-shadow: 7px 7px 0 #7BAA80;
    margin: 0 0 60px;
    padding: 40px 20px;
  }
  .protalk .present .out_frame .in_frame .box {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .protalk .present .out_frame .in_frame .box:last-child {
    margin-bottom: 40px;
  }
  .protalk .present .out_frame .in_frame .box .left {
    margin: 0 0 20px;
    width: 100%;
  }
  .protalk .present .out_frame .in_frame .box .left img {
    width: calc(100% - 40px);
  }
  .protalk .present .out_frame .in_frame .box .right {
    width: 100%;
  }
  .protalk .present .out_frame .in_frame .box .right p {
    font-size: 0.85em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    padding-left: 0.2em;
  }

  .protalk .present .period {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  .protalk .present .period::before {
    bottom: 0;
    left: 25px;
  }
  .protalk .present .period::after {
    bottom: 0;
    right: 25px;
  }
  .protalk .present .notice {
    margin: 0 auto 50px;
    padding: 0 10px;
  }
  .protalk .present .apply_btn {
    margin-bottom: 40px;
  }
  .protalk .present .apply_btn a {
    border: 3px solid #2B2B2B;
    justify-content: center;
    line-height: 1.6;
    max-width: 90%;
    padding: 10px;
    box-shadow: 4px 4px 0 #2B2B2B;
    font-size: 1.1em;
  }
  .protalk .present .apply_btn a:before {
    font-size: 1.8rem;
    top: calc(50% - .9rem);
    right: 1.0rem;
  }
  .protalk .present .apply_btn a:hover {
    top: 4px;
    left: 4px;
  }

  .protalk .present .apply_end {
    border: 3px solid #2B2B2B;
    font-size: 1.0em;
    margin: 0 -3px 30px;
    padding: 20px 0;
  }
  .protalk .present .apply_end span {
    font-size: 0.75em;
    font-weight: 700;
  }

  .protalk .present .regist_info {
    border: 3px solid #CCCCCC;
    margin: 0 10px 30px;
    padding: 50px 20px;
  }
  .protalk .present .regist_info p {
    font-size: 0.8em;
    margin-bottom: 40px;
    text-align: left;
  }
  .protalk .present .regist_info .regist_btn_box {
    flex-direction: column;
  }
  .protalk .present .regist_info .regist_btn_box a {
    border: 3px solid #2B2B2B;
    box-shadow: 4px 4px 0 #2B2B2B;
    font-size: 0.9em;
    margin-bottom: 30px;
    padding: 15px 15px 15px 10px;
    transition: none;
    width: 100%;
  }
  .protalk .present .regist_info .regist_btn_box a:before {
    font-size: 1.6rem;
    top: calc(50% - .8rem);
    right: 0.6rem;
  }
  .protalk .present .regist_info .regist_btn_box a:hover {
    top: 4px;
    left: 4px;
  }
  .protalk .present .regist_info .regist_btn_box a:last-child {
    margin-bottom: 10px;
  }

  .protalk + .common_btn a {
    padding: 15px 10px;
  }
  .protalk + .common_btn + .annotation,
  .protalk + .common_btn + .annotation + .annotation {
    font-size: 0.9em;
    text-align: left;
  }
}



@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
