@charset 'UTF-8';

@font-face {
  font-family: Noto Sans CJK JP;
  src: local('Noto Sans CJK JP Regular'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff2) format('woff2'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff) format('woff'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.ttf) format('truetype'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.eot) format('embedded-opentype');
}

@font-face {
  font-weight: 500;
  font-family: Noto Sans CJK JP;
  src: local('Noto Sans CJK JP Medium'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff2) format('woff2'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff) format('woff'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.ttf) format('truetype'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.eot) format('embedded-opentype');
}

@font-face {
  font-weight: 600;
  font-family: Noto Sans CJK JP;
  src: local('Noto Sans CJK JP Bold'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff2) format('woff2'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff) format('woff'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.ttf) format('truetype'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.eot) format('embedded-opentype');
}

@font-face {
  font-weight: 900;
  font-family: Noto Sans CJK JP;
  src: local('Noto Sans CJK JP Black'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.woff2) format('woff2'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.woff) format('woff'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.ttf) format('truetype'), url(../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.eot) format('embedded-opentype');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

sub,
sup {
  font-weight: 400;
  font-size: 50%;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #111;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Noto Sans CJK JP, sans-serif;
  line-height: 1.75;

  overflow-wrap: break-word;
}

@media only screen and (min-width:768px) {
  body {
    font-size: 2rem;
    line-height: 2;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

em,
strong {
  font-weight: 600;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

p {
  margin: 1em auto 0;
  text-align: left;
}

p:first-of-type {
  margin-top: 0;
}

img,
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

@media only screen and (min-width:768px) {

  img,
  svg {
    width: auto;
  }
}

a {
  color: #111;
  text-decoration: none;
  transition: all .1s linear 0s;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:link,
a:visited {
  color: #111;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #e52f81;
}

a i {
  margin: 0 4px;
}

header a:link,
header a:visited,
footer a:link,
footer a:visited {
  color: #111;
  text-decoration: underline;
}

header a:hover,
header a:active,
footer a:hover,
footer a:active {
  color: #e52f81;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a img {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media only screen and (min-width:768px) {
  a img {
    transition: opacity .1s linear 0s;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  a img:hover {
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
}

.button {
  display: -ms-flexbox;
  display: flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: .75em 1.8em;
  width: auto;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.3;

  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}

.button:link,
.button:visited {
  color: #fff;
  text-decoration: none;
}

.button:hover,
.button:active {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.button--01:link,
.button--01:visited {
  background-color: #00ac47;
}

.button--02:link,
.button--02:visited {
  background-color: #fd1212;
}

.button--03:link,
.button--03:visited {
  background-color: #f47d59;
}

.pc {
  display: none;
}

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

  .pc {
    display: block;
  }
}

.floating-btn {
  position: fixed;
  right: 0;
  bottom: -90px;
  z-index: 2;
  padding: 8px 10px;
  width: 100%;
  background-color: #a90072;
  text-align: center;
  transition: bottom .15s ease-out;
}

.floating-btn .btn img {
  margin: 0 auto;
  width: auto;
  height: 68px;
}

.floating-btn.is--fixed {
  bottom: 0;
}

@media only screen and (min-width:768px) {
  .floating-btn {
    right: 15px;
    bottom: 15px;
    padding: 0;
    width: auto;
    background-color: transparent;
  }

  .floating-btn.is--fixed {
    bottom: 15px;
  }
}

.link_tel:hover,
.link_tel:focus {
  outline: none;
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .link_tel {
    pointer-events: none;
  }
}

.header {
  position: relative;
  padding: 90px 0 45px;
  padding: 12px 73px 9px 14px;
  width: 100%;
  height: 73px;
  border-bottom: 1px solid #b5b5b5;
  background-color: #fff;
  text-align: left;
}

.header .site-logo {
  width: auto;
  height: 52px;
}

.header .site-logo img {
  width: auto;
  height: 100%;
}

.home .header {
  border-bottom: none;
  background-image: url(../img/common/bg_header.png);
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
}

.home .header .site-logo {
  display: none;
}

.header.is__fixed {
  position: fixed;
  left: 0;
  z-index: 9998;
}

.header.is__fixed .site-logo {
  display: block;
}

.footer {
  padding: 40px 16px 105px;
  background-color: #fceeee;
}

.footer .footer__data .footer__data__conect>p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.6;
}

.footer .footer__data .footer__data__conect>p span {
  display: block;
}

.footer .footer__data .footer__data__conect .footer__data__site-name {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.footer .footer__data .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width:1000px) {
  .footer {
    margin-right: 0;
    margin-left: 0;
    padding-top: 45px;
    padding-right: 10%;
    padding-bottom: 40px;
    padding-left: 10%;
  }

  .footer .footer__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    margin: 0 auto;
    max-width: 1000px;

    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .footer .footer__data .footer__data__conect>p {
    margin-top: 5px;
    text-align: left;
    font-size: 1.6rem;
  }

  .footer .footer__data .footer__data__conect>p span {
    display: inline;
    margin-right: 1em;
  }

  .footer .footer__data .footer__data__conect .footer__data__site-name {
    margin-bottom: 10px;
    text-align: left;
  }

  .footer .footer__data .footer__data__conect .footer__data__conect__tel {
    display: inline-block;
    margin-right: 1.5em;
  }

  .footer .footer__data .footer__data__conect .footer__data__conect__fax {
    display: inline-block;
  }

  .footer .footer__data .copyright {
    margin-top: 0;
    text-align: right;
  }
}

.main {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width:768px) {
  .main {
    padding-right: 0;
    padding-left: 0;
  }
}

.sec {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media only screen and (min-width:768px) {
  .sec {
    margin-top: 100px;
    width: 80%;
  }
}

.signature {
  text-align: right;
}

.signature span {
  margin-right: 1.5em;
  font-size: 51%;
}

.em-name {
  margin-right: .5em;
  font-weight: 900;
  font-size: 100%;
}

.em-name span {
  margin-right: .1em;
  color: #a90072;
  font-size: 143%;
}

.kv {
  position: relative;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
  background-image: url(../img/bg-kv-s.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv .kv__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  width: 100%;
  background-color: #e52f81;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.kv .kv__image {
  margin: 0 auto;
  max-width: 400px;
  max-width: 450px;
}

.kv .kv__contents {
  margin-top: clamp(20px, 6.5vw, 30px);
}

.kv .kv__contents .kv__contents__name {
  text-align: center;
}

.kv .kv__contents .kv__contents__name img {
  width: min(55%, 260px);
}

.kv .kv__contents .kv__contents__catchcopy {
  margin-top: 15px;
  color: #693222;
  text-align: center;
  font-size: clamp(16px, 5.5vw, 24px);
  font-size: clamp(1.6rem, 5.5vw, 2.4rem);
  line-height: 1.7;
}

.kv .kv__contents .kv__contents__catchcopy strong {
  font-weight: 900;
}

.kv .kv__contents .btn-wrap {
  margin: clamp(10px, 3vw, 20px) auto 0;
  text-align: center;
}

.kv .kv__contents .btn-wrap .btn img {
  width: min(73%, 288px);
}

.kv .kv__contents .kv__contents__image {
  margin: clamp(5px, 1.5vw, 10px) auto 0;
  width: min(70%, 295px);
}

.kv .kv__contents .kv__contents__text {
  margin: clamp(15px, 3vw, 25px) 26px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width:768px) {
  .kv {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    overflow: hidden;
    background-image: url(../img/bg-kv-l.jpg);

    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) {
  .kv {
    padding-bottom: 1vw;
    background-position: center top;
    background-size: auto calc(100% - 1vw);
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__label {
    letter-spacing: .01em;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__image {
    margin: 0;
    max-width: none;
    width: 35.6%;
  }

  .kv .kv__image img {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents {
    margin-top: 1.5vw;
    padding-left: 3%;
    width: 64.4%;
  }
}

@media only screen and (min-width:768px) and (min-width:1200px) {
  .kv .kv__contents {
    padding-left: 5.3%;
  }
}

@media only screen and (min-width:768px) and (min-width:1200px) and (min-width:1600px) {
  .kv .kv__contents {
    padding-left: 85px;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .kv__contents__name {
    text-align: left;
  }

  .kv .kv__contents .kv__contents__name img {
    width: min(63.4%, 650px);
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .kv__contents__catchcopy {
    margin-top: clamp(10px, 1.3vw, 30px);
    text-align: left;
    text-indent: -.5em;
    font-size: clamp(2rem, 2.8vw, 3.6rem);
    line-height: 1.6;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .btn-wrap {
    margin: clamp(5px, 1vw, 20px) 0 0 -6px;
    text-align: left;
  }

  .kv .kv__contents .btn-wrap .btn img {
    width: min(45%, 288px);
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .kv__contents__image {
    position: absolute;
    top: 10vw;
    right: -2%;
    z-index: -1;
    margin: 0;
    width: clamp(180px, 24vw, 443px);
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) {
  .kv .kv__contents .kv__contents__image {
    top: auto;
    bottom: 0;
    width: clamp(180px, 27.7vw, 600px);
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) and (min-width:1400px) {
  .kv .kv__contents .kv__contents__image {
    right: -1.5%;
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) and (min-width:1800px) {
  .kv .kv__contents .kv__contents__image {
    right: 4%;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .kv__contents__image img {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .kv .kv__contents .kv__contents__text {
    margin: clamp(5px, 1vw, 20px) 0 0;
    max-width: 350px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media only screen and (min-width:768px) and (min-width:950px) {
  .kv .kv__contents .kv__contents__text {
    max-width: 450px;
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) {
  .kv .kv__contents .kv__contents__text {
    font-size: 2rem;
  }
}

@media only screen and (min-width:768px) and (min-width:1500px) {
  .kv .kv__contents .kv__contents__text {
    max-width: 500px;
  }
}

@media only screen and (min-width:768px) and (min-width:1900px) {
  .kv .kv__contents .kv__contents__text {
    max-width: 600px;
  }
}

.intro {
  padding: 25px 20px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .2);
}

@media only screen and (min-width:768px) {
  .intro {
    margin-top: 60px;
    padding: 45px 5% 40px;
    max-width: 1066px;
    width: 90%;
    border-radius: 42px;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .16);
  }
}

@media only screen and (min-width:1280px) {
  .intro {
    padding: 75px 108px 80px;
  }
}

.intro .intro__catchcopy {
  font-weight: 600;
  font-size: clamp(16px, 6vw, 42px);
  font-size: clamp(1.6rem, 6vw, 4.2rem);
}

@media only screen and (min-width:550px) {
  .intro .intro__catchcopy {
    font-size: clamp(1.6rem, 4.3vw, 4.2rem);
  }
}

.intro .intro__catchcopy:after {
  display: block;
  margin-top: .5em;
  width: 100%;
  height: 4px;
  background-color: #a90072;
  content: '';
}

@media only screen and (min-width:768px) {
  .intro .intro__catchcopy:after {
    height: 6px;
  }
}

.intro .intro__text {
  margin-top: 1em;
}

@media only screen and (min-width:768px) {
  .intro .intro__text {
    margin-top: 36px;
  }
}

.intro .intro__photo {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-column-gap: 6px;
  column-gap: 6px;

  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width:768px) {
  .intro .intro__photo {
    margin-top: 40px;

    gap: 14px;
  }
}

.intro strong {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: clamp(18px, 5.5vw, 34px);
  font-size: clamp(1.8rem, 5.5vw, 3.4rem);
  line-height: 1.6;
}

@media only screen and (min-width:768px) {
  .intro strong {
    margin-top: 50px;
  }
}

.report .report__title {
  padding-left: calc(1em + 3px);
  text-indent: calc(-1em - 3px);
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width:768px) {
  .report .report__title {
    font-size: 2.4rem;
  }
}

.report .report__title:before {
  margin-right: 3px;
  color: #a90072;
  content: '■';
}

.report .report__contents {
  display: block;
  margin-top: 10px;
  border: 1px solid #707070;
}

.report .report__contents+.report__contents {
  margin-top: 30px;
}

@media only screen and (min-width:768px) {
  .report .report__contents+.report__contents {
    margin-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .movie {
    margin-top: 120px;
    max-width: 820px;
    width: 60%;
  }
}

.movie .movie__title {
  padding: .2em .5em;
  background-color: #e52f81;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.movie__contents {
  overflow: hidden;
}

.movie__contents iframe {
  width: 100%;
  height: auto;

  aspect-ratio: 16/8.9;
}

.area-election-promises {
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 60px;
  padding-right: 16px;
  padding-bottom: 60px;
  padding-left: 16px;
  max-width: none;
  width: auto;
  background-color: #f8f1ef;
  background-image: url(../img/bg-ke01.png), url(../img/bg-ke01.png);
  background-position: left top, left bottom;
  background-size: auto 25px;
  background-repeat: repeat-x;
}

@media only screen and (min-width:768px) {
  .area-election-promises {
    margin-top: 140px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 90px;
    padding-right: 10%;
    padding-bottom: 110px;
    padding-left: 10%;
    background-size: auto 40px;
  }

  .area-election-promises .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
}

.tit-election-promises {
  display: block;
  color: #a90072;
  text-align: center;
  text-align: justify;
  text-align-last: justify;
  font-weight: 600;
  font-size: clamp(22px, 7vw, 64px);
  font-size: clamp(2.2rem, 7vw, 6.4rem);
}

@media only screen and (min-width:768px) {
  .tit-election-promises {
    margin-bottom: 50px;
    font-size: clamp(2.2rem, 5.6vw, 6.4rem);
  }
}

.election-promises {
  margin-top: 20px;
}

.election-promises .election-promises__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 12px 15px 15px 12px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(-90deg, #e52f81 0, #c41579 83.74%, #a90072 100%);
  color: #fff;
  font-weight: 600;
  font-size: min(5vw, 34px);
  font-size: min(5vw, 3.4rem);

  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__title {
    padding: 16px 16px 16px 30px;
    border-radius: 22px 22px 0 0;
    font-size: min(5vw, 3rem);
  }
}

.election-promises .election-promises__title:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 10px;
  height: 36px;
  border-radius: 50%;
  background-color: #e52f81;
  content: '1';
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;

  align-items: center;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__title:before {
    margin-right: 20px;
    height: 50px;
    font-size: 3.4rem;

    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

.election-promises .election-promises__contents {
  padding: 20px;
  border: 3px solid #e52f81;
  border-top: none;
  border-radius: 0 0 18px 18px;
  background-color: #fff;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 40px 30px 40px 100px;
    border-radius: 0 0 22px 22px;

    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.election-promises .election-promises__contents .election-promises__contents__text li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.election-promises .election-promises__contents .election-promises__contents__text li+li {
  margin-top: .5em;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__contents .election-promises__contents__text li {
    padding-left: 1.6em;
    text-indent: -1.6em;
    font-size: 2rem;
  }
}

.election-promises .election-promises__contents .election-promises__contents__text li:before {
  display: inline-block;
  margin-right: .3em;
  width: .9em;
  height: .9em;
  border-radius: 50%;
  background-color: #e52f81;
  content: '';
  vertical-align: -.1em;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__contents .election-promises__contents__text li:before {
    margin-right: .6em;
  }
}

.election-promises .election-promises__contents .election-promises__contents__image {
  margin: 20px auto 0;
  max-width: 250px;
  width: 65%;
}

@media only screen and (min-width:768px) {
  .election-promises .election-promises__contents .election-promises__contents__image {
    margin: 0 0 0 24px;

    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
  }
}

.area-midcopy {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: none;
  width: auto;
  background-image: url(../img/bg-midcopy.png);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.midcopy__contents {
  padding-right: 3%;
  padding-left: 3%;
}

.midcopy__contents .midcopy__contents__image {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.midcopy__contents .midcopy__contents__image img {
  margin: 0 auto;
  max-width: 300px;
}

.midcopy__contents .midcopy__contents__image:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #a90072;
  content: '';
}

.midcopy__contents .midcopy__contents__body {
  padding: 20px 7%;
  background-color: #a90072;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 5.1vw, 27px);
  font-size: clamp(1.4rem, 5.1vw, 2.7rem);
}

@media only screen and (min-width:768px) {
  .area-midcopy {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10vw;
    background-position: right bottom;
  }

  .midcopy__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10%;
    padding-left: 10%;
    max-width: 1600px;

    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .midcopy__contents .midcopy__contents__image {
    width: 38%;
  }

  .midcopy__contents .midcopy__contents__image img {
    margin-bottom: calc(4vw + .5em);
    max-width: none;
    width: 100%;
  }

  .midcopy__contents .midcopy__contents__image:before {
    right: 0;
    bottom: 0;
    left: auto;
    width: 55%;
    height: 100%;
  }

  .midcopy__contents .midcopy__contents__body {
    margin-left: auto;
    padding: min(50px, 4vw) min(10px, 1vw) min(50px, 4vw) min(25px, 4vw);
    width: 62%;
    font-size: clamp(1.4rem, 5.1vw, 2.3rem);
  }
}

@media only screen and (min-width:768px) and (min-width:1000px) {
  .midcopy__contents .midcopy__contents__body {
    padding: min(50px, 4vw) min(50px, 3vw) min(50px, 4vw) min(50px, 4vw);
    font-size: clamp(1.6rem, 2.9vw, 4.4rem);
    line-height: 1.85;
  }
}

.profile .profile__title {
  color: #a90072;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (min-width:768px) {
  .profile {
    margin-top: 60px;
  }

  .profile .profile__title {
    font-size: 4.6rem;
  }
}

@media only screen and (min-width:1000px) {
  .profile__item {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: start;
    margin-top: 50px;
    -webkit-column-gap: 5%;
    column-gap: 5%;

    align-items: start;
    -ms-grid-columns: 54% 41%;
    grid-template-columns: 54% 41%;
  }
}

.profile__item__data {
  margin-top: 20px;
}

.profile__item__data .profile__item__data__name {
  padding-bottom: 6px;
  border-bottom: 2px solid #a90072;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}

.profile__item__data .profile__item__data__name small {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}

.profile__item__data .profile__item__data__position {
  margin-top: 8px;
  margin-bottom: 1.5em;
  font-weight: 600;
}

.profile__item__data .profile__item__data__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.profile__item__data .profile__item__data__list+.profile__item__data__list {
  margin-top: 1em;
}

.profile__item__data .profile__item__data__list .profile__item__data__list__meta {
  margin-right: 1.5em;
  white-space: nowrap;
  font-weight: 600;
}

@media only screen and (min-width:1000px) {
  .profile__item__data {
    margin-top: 0;
  }

  .profile__item__data .profile__item__data__name {
    font-size: 2.8rem;
  }

  .profile__item__data .profile__item__data__name small {
    font-size: 2.2rem;
  }
}

.profile__item__image {
  display: -ms-grid;
  display: grid;
  margin: 15px auto 0;
  max-width: 450px;

  gap: 6px;
  -ms-grid-columns: (50%)[2];
  -ms-grid-rows: (auto)[2];
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, auto);
}

.profile__item__image .profile__item__image__main {
  grid-column: 1/3;
  grid-row: 1/2;
}

.profile__item__image .profile__item__image__sub {
  grid-row: 2/3;
}

.profile__item__image .profile__item__image__sub:first-of-type {
  grid-column: 1/2;
}

.profile__item__image .profile__item__image__sub:last-of-type {
  grid-column: 2/3;
}

.recommended__item {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #f0ece4;
}

.recommended__item .tit-01 {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}

.recommended__item .recommended__item__contents {
  margin-top: 15px;
}

.recommended__item .recommended__item__contents .recommended__item__contents__data .signature {
  margin-top: 10px;
}

.recommended__item .recommended__item__contents .recommended__item__contents__image {
  margin: 20px auto 0;
  max-width: 200px;
  width: 60%;
}

@media only screen and (min-width:768px) {
  .recommended__item {
    padding: 50px 30px 30px;
    border-radius: 30px;
  }
}

@media only screen and (min-width:768px) and (min-width:1000px) {
  .recommended__item {
    padding: 60px 65px;
  }
}

@media only screen and (min-width:768px) {
  .recommended__item .tit-01 {
    text-align: center;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width:768px) and (min-width:1000px) {
  .recommended__item .tit-01 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width:768px) {
  .recommended__item .recommended__item__contents {
    display: -ms-grid;
    display: grid;
    margin-top: 35px;

    -ms-grid-columns: 71% 29%;
    grid-template-columns: 71% 29%;
  }

  .recommended__item .recommended__item__contents .recommended__item__contents__data {
    margin-top: -.5em;
    padding-right: 5%;
  }

  .recommended__item .recommended__item__contents .recommended__item__contents__data .signature {
    margin-top: 15px;
  }

  .recommended__item .recommended__item__contents .recommended__item__contents__image {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}

.area-sns {
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 35px;
  padding-right: 16px;
  padding-bottom: 35px;
  padding-left: 16px;
  max-width: none;
  width: auto;
  background-image: url(../img/bg-sns.png);
  background-size: auto 100%;
}

.tit-sns {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}

.tit-sns .em {
  color: #e52f81;
}

.sns {
  display: -ms-grid;
  display: grid;
  margin-top: 35px;

  gap: 15px;
}

.sns .sns__item {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16);

  -ms-grid-columns: 1fr clamp(100px, 30%, 141px);
  grid-template-columns: 1fr clamp(100px, 30%, 141px);
}

.sns .sns__item .sns__item__data {
  padding-right: 1em;
}

.sns .sns__item .sns__item__data .sns__item__data__name {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.sns .sns__item .sns__item__data .sns__item__data__text {
  margin-top: 15px;
  line-height: 1.5;
}

.sns .sns__item .sns__item__data .sns__item__data__text br {
  display: none;
}

.sns .sns__item .sns__item__qr {
  margin-top: 5px;
}

.sns .sns__item .sns__item__qr .sns__item__qr__cord {
  margin: 0 auto;
  max-width: 141px;
}

.sns .sns__item .sns__item__qr .sns__item__qr__cord img {
  padding: 6px;
  border: 1px solid #999;
  border-radius: 16px;
}

.sns .sns__item .sns__item__qr .sns__item__qr__cord figcaption {
  margin-top: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
}

.sns .sns__item .button-wrap {
  margin-top: 15px;
  text-align: center;

  grid-column: 1/3;
  grid-row: 2/3;
}

.sns .sns__item .button-wrap .button {
  margin: 0 auto;
  max-width: 245px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width:768px) {
  .area-sns {
    margin-right: 0;
    margin-left: 0;
    padding-top: 50px;
    padding-right: 10%;
    padding-bottom: 50px;
    padding-left: 10%;
  }

  .area-sns .inner {
    margin: 0 auto;
    max-width: 1000px;
  }

  .tit-sns {
    text-align: center;
    font-size: 3.4rem;
  }
}

@media only screen and (min-width:768px) and (min-width:1100px) {
  .tit-sns br {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .sns {
    margin-top: 50px;
  }
}

@media only screen and (min-width:768px) and (min-width:1000px) {
  .sns {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sns .sns__item {
    padding: 25px 30px 30px;
  }

  .sns .sns__item .sns__item__data .sns__item__data__name {
    font-size: 2.4rem;
  }

  .sns .sns__item .sns__item__data .sns__item__data__text br {
    display: block;
  }

  .sns .sns__item .sns__item__qr .sns__item__qr__cord figcaption {
    font-size: 1.2rem;
  }

  .sns .sns__item .button-wrap {
    text-align: left;

    grid-column: 1/2;
  }

  .sns .sns__item .button-wrap .button {
    max-width: 95%;
    width: 95%;
    font-size: 1.7rem;
  }

  .sns .sns__item.sns__item--line {
    -ms-flex-order: 1;

    order: 1;
  }

  .sns .sns__item.sns__item--youtube {
    -ms-flex-order: 3;

    order: 3;
  }

  .sns .sns__item.sns__item--blog {
    -ms-flex-order: 2;

    order: 2;
  }

  .sns .sns__item.sns__item--movie {
    -ms-flex-order: 4;

    order: 4;
  }
}

.area-links {
  margin-top: 40px;
  margin-bottom: 40px;
}

.area-links .links {
  display: -ms-grid;
  display: grid;

  gap: 15px;
}

@media only screen and (min-width:768px) {
  .area-links {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .area-links .links {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}